JavaScript Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://www.w3schools.com/js/js_versions.asp | |||
=Internal= | =Internal= | ||
Line 5: | Line 8: | ||
=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]] |
Latest revision as of 01:39, 10 December 2020
External
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.