fac19 / week1-guardians

https://fac19.github.io/week1-guardians/
0 stars 0 forks source link

Javascript file #24

Open Ayub3 opened 4 years ago

Ayub3 commented 4 years ago

Your javascript should go in its own file, and not in the HTML file.

renatadev commented 4 years ago

Keep your js/css/html code separated, create files for each of them and if you have more than one file for one language create a folder containing all of the files, when you do this remember to access the files properly when needed. e.g: images/image-name.jpg css/index.css Something to think about in the next projects where you will start having more files!