JS

JS

See also:

Eloquent Javascript

https://eloquentjavascript.net/

Its very… yellow…

Main bits

Loading JS

Modern JS loading – use ‘defer’ – which loads asynchronously and defers execution of script until everything else has been rendered…

Modules are automatically set to ‘defer’

<script src="script.js" defer></script>

Resources


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *