JavaScript Concepts

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

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. Class bodies are executed in strict mode.