
scrimba javascriptmas challenge
a 24-day coding challenge by scrimba
Dec 12, 20222 min read
Search for a command to run...

a 24-day coding challenge by scrimba

An 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...