sambradburyNice work! This was going to be my weekend project building off of another repl I found recently titled "International Space Station Current LocationInternational Space Station Current Location" Would you mind posting the resources you used to learn how to do this?3 years ago
Help in Javascript . It is not running.Please help
HTML, CSS, JS
TheBest156This is likely caused by either a file not being found, or a JavaScript error. Enable debugging and load your page. Look at the network record for a 404, and at the console for a JS error. You can also examine your HTML to see if the DOM model is as you expect it to be.3 years ago