⚖️strict vs. sloppy
🚧 under construction
Last updated
Was this helpful?
🚧 under construction
Last updated
Was this helpful?
Was this helpful?
JS ⟩ concepts ⟩ environment ⟩ JS engine ⟩ mode ⟩ strict vs. sloppy
assignment to non-writable property / create property on non-extensible object
⛔ TypeError
❗ fails silently
🚧 ... to be continued