One of these is the LINK.
Same as everyone else, I made a simple webpage with Javascript functionality that makes a cat “dance” to the left and right upon clicking one of two buttons, as well as changing the caption by pushing another button. I built the main page as index.html, added some styling in css/style.css, and defined a few basic functions in js/script.js. As this is the first time I’ve used Javascript, I ran into an unexpected problem: the index.html page could not read the functions from the js file. Instead, whenever I clicked a button (which called one of three functions from the js file), I received the following error in the console: