JavaScript Concepts
Jump to navigation
Jump to search
Internal
Subjects
- JavaScript Reserved Words
- JavaScript Built-in Objects, Properties and Methods
- Type System
- JavaScript Classes
- JavaScript Functions
- Hoisting
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.