SYMBOL INDEX (85 symbols across 34 files) FILE: 3d-boxes-background/script.js function createBoxes (line 6) | function createBoxes() { FILE: animated-countdown/script.js function resetDOM (line 8) | function resetDOM() { function runAnimation (line 19) | function runAnimation() { FILE: auto-text-effect/script.js function writeText (line 9) | function writeText() { FILE: background-slider/script.js function setBgToBody (line 32) | function setBgToBody() { function setActiveSlide (line 36) | function setActiveSlide() { FILE: blurry-loading/script.js function blurring (line 8) | function blurring() { FILE: content-placeholder/script.js function getData (line 13) | function getData() { FILE: dad-jokes/script.js function generateJoke (line 9) | async function generateJoke() { FILE: drag-n-drop/script.js function dragStart (line 15) | function dragStart(e) { function dragEnd (line 24) | function dragEnd() { function dragOver (line 28) | function dragOver(e) { function dragEnter (line 32) | function dragEnter(e) { function dragLeave (line 37) | function dragLeave() { function dragDrop (line 41) | function dragDrop() { FILE: drawing-app/script.js function drawCircle (line 44) | function drawCircle(x, y) { function drawLine (line 51) | function drawLine(x1, y1, x2, y2) { function updateSizeOnScreen (line 60) | function updateSizeOnScreen() { FILE: drink-water/script.js function highlightCups (line 12) | function highlightCups(idx) { function updateBigCup (line 29) | function updateBigCup() { FILE: expanding-cards/script.js function removeActiveClasses (line 10) | function removeActiveClasses() { FILE: feedback-ui-design/script.js function removeActive (line 34) | function removeActive() { FILE: github-profiles/script.js constant APIURL (line 1) | const APIURL = 'https://api.github.com/users/' function getUser (line 7) | async function getUser(username) { function getRepos (line 20) | async function getRepos(username) { function createUserCard (line 30) | function createUserCard(user) { function createErrorCard (line 55) | function createErrorCard(msg) { function addReposToCard (line 65) | function addReposToCard(repos) { FILE: good-cheap-fast/script.js function doTheTrick (line 8) | function doTheTrick(theClickedOne) { FILE: hoverboard/script.js constant SQUARES (line 3) | const SQUARES = 500 function setColor (line 16) | function setColor(element) { function removeColor (line 22) | function removeColor(element) { function getRandomColor (line 27) | function getRandomColor() { FILE: image-carousel/script.js function run (line 11) | function run() { function changeImage (line 16) | function changeImage() { function resetInterval (line 26) | function resetInterval() { FILE: insect-catch-game/script.js function startGame (line 26) | function startGame() { function increaseTime (line 30) | function increaseTime() { function createInsect (line 39) | function createInsect() { function getRandomLocation (line 52) | function getRandomLocation() { function catchInsect (line 60) | function catchInsect() { function addInsects (line 67) | function addInsects() { function increaseScore (line 72) | function increaseScore() { FILE: live-user-filter/script.js function getData (line 9) | async function getData() { function filterData (line 34) | function filterData(searchTerm) { FILE: mobile-tab-navigation/script.js function hideAllContents (line 14) | function hideAllContents() { function hideAllItems (line 19) | function hideAllItems() { FILE: movie-app/script.js constant API_URL (line 1) | const API_URL = 'https://api.themoviedb.org/3/discover/movie?sort_by=pop... constant IMG_PATH (line 2) | const IMG_PATH = 'https://image.tmdb.org/t/p/w1280' constant SEARCH_API (line 3) | const SEARCH_API = 'https://api.themoviedb.org/3/search/movie?api_key=3f... function getMovies (line 12) | async function getMovies(url) { function showMovies (line 19) | function showMovies(movies) { function getClassByRate (line 43) | function getClassByRate(vote) { FILE: notes-app/script.js function addNewNote (line 11) | function addNewNote(text = '') { function updateLS (line 55) | function updateLS() { FILE: password-generator/script.js function generatePassword (line 36) | function generatePassword(lower, upper, number, symbol, length) { function getRandomLower (line 57) | function getRandomLower() { function getRandomUpper (line 61) | function getRandomUpper() { function getRandomNumber (line 65) | function getRandomNumber() { function getRandomSymbol (line 69) | function getRandomSymbol() { FILE: progress-steps/script.js function update (line 28) | function update() { FILE: quiz-app/script.js function loadQuiz (line 50) | function loadQuiz() { function deselectAnswers (line 62) | function deselectAnswers() { function getSelected (line 66) | function getSelected() { FILE: random-choice-picker/script.js function createTags (line 18) | function createTags(input) { function randomSelect (line 31) | function randomSelect() { function pickRandomTag (line 58) | function pickRandomTag() { function highlightTag (line 63) | function highlightTag(tag) { function unHighlightTag (line 67) | function unHighlightTag(tag) { FILE: random-image-generator/script.js function getRandomSize (line 11) | function getRandomSize() { function getRandomNr (line 15) | function getRandomNr() { FILE: scroll-animation/script.js function checkBoxes (line 7) | function checkBoxes() { FILE: simple-timer/script.js function run (line 25) | function run() { function formatTime (line 39) | function formatTime(seconds) { function calcDeg (line 49) | function calcDeg() { function resetAll (line 54) | function resetAll() { FILE: sound-board/script.js function stopSongs (line 18) | function stopSongs() { FILE: sticky-navigation/script.js function fixNav (line 4) | function fixNav() { FILE: testimonial-box-switcher/script.js function updateTestimonial (line 63) | function updateTestimonial() { FILE: theme-clock/script.js function setTime (line 22) | function setTime() { FILE: toast-notification/script.js function createNotification (line 15) | function createNotification(message = null, type = null) { function getRandomMessage (line 29) | function getRandomMessage() { function getRandomType (line 33) | function getRandomType() { FILE: todo-list/script.js function addTodo (line 17) | function addTodo(todo) { function updateLS (line 52) | function updateLS() {