Currently viewing "Basics of JavaScript",
open Console by Rightclick > inspect > Console or F12
Data types
Primitive
Number
String
Boolean
Undefined
Null
Symbol
BigInt
Reference
Array
Object
Functions
Condition
if-else
if-elseif-else
switch
ternary operator (?:)
Loops
while
do...while
for loop
for...in loop
for...of loop
Important
Pre-increment
Post-increment
Conditional operators
== vs ===