📢 PSA: Scripts are out, modules are in. If you are still using scripts, you're probably doing it wrong.

Modules are MUCH more than just syntax for import/export. They execute #JavaScript completely differently and BETTER than scripts—better scoping rules, instant strict mode, a neat dependency resolution algorithm… everything you can think of is better served by a module than by a script.

#webdev

@sir_pepe where can I learn more about the "deterministic order" feature?