JavaScript Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Subjects= | =Subjects= | ||
* [[JavaScript Reserved Words]] | |||
* [[JavaScript Built-in Objects, Properties and Methods]] | |||
* [[JavaScript Concepts - The Type System|Type System]] | * [[JavaScript Concepts - The Type System|Type System]] | ||
* [[JavaScript Classes]] | * [[JavaScript Classes]] |
Revision as of 01:22, 10 December 2020
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.