JavaScript Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
==Strict Mode==
==Strict Mode==
{{External|https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode}}
{{External|https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode}}
In strict mode the code is subject to stricter syntax for increased performance, some otherwise silent errors will be thrown, and certain keywords are reserved for future versions of ECMAScript.

Revision as of 23:17, 21 January 2020

Internal

Subjects

Miscellanea

Strict Mode

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode

In strict mode the code is subject to stricter syntax for increased performance, some otherwise silent errors will be thrown, and certain keywords are reserved for future versions of ECMAScript.