1.
Basics
1.1.
Datatypes
1.2.
Variables
1.3.
Type-Conversions
1.4.
Comparison Operations
1.5.
Truthly + Falsly
2.
Strings
3.
Arrays
3.1.
Array Example
3.2.
Array Functions
4.
Math
4.1.
Arithmetic Operators
5.
Loops
5.1.
For-Loop
5.2.
For-Each
5.3.
While/Do-While
5.4.
If Else
5.5.
Switch
6.
Functions
6.1.
Function Declaration
6.2.
Function Expression / Anonymous Function
6.3.
Arrow Function (ES06)
6.4.
Default Parameters (ES06)
7.
OOP
7.1.
Objects
7.1.1.
Object Example (with getters/setters)
7.1.2.
Brackets vs Dot Notation
7.1.3.
Const Objects
7.1.4.
Destructed Assignments
7.2.
Build In Object Methods
7.3.
Factory Functions
7.4.
Classes
7.5.
JSON
8.
ES06
9.
QUESTIONS
Light
(default)
Rust
Coal
Navy
Ayu
javascript
Loops
there are different loops:
For-Loop
For-Each
While/Do-While
If Else
Switch