JavaScript Concepts
Jump to navigation
Jump to search
Internal
Subjects
Miscellanea
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.