@iatendril@snug.moe Yeah from what I understand the scope chain looks like globalThis => dom IDs => global `var`s => module level const/let => function/block scope const/let
@iatendril@snug.moe Also speaking of scope chain, the `with` statement still works and can help you perform true acts of evil with your code >:P
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/with
Escape ship from centralized social media run by Mauve.
@iatendril@snug.moe Also speaking of scope chain, the `with` statement still works and can help you perform true acts of evil with your code >:P
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/with