ZBZarau baiduinzeerau.hashnode.dev·Dec 12, 2022 · 2 min readscrimba javascriptmas challengeask 1 of the December coding challenge it is another December which means it's javacriptmas in scrimba. It's a 24-day coding challenge aimed to improve beginners in mastering JavaScript. the first task requires coders to implement the following : wr...00
ZBZarau baiduinzeerau.hashnode.dev·Oct 9, 2021 · 2 min readNew Method Of Adding External Javascript FileAn old-school approach to this issue was to add your script element at the bottom of the body (e.g., just before the tag), so that it would load after all the HTML has parsed. The downside with this approach is that the script cannot be loaded or par...01P