📄️ Primitive types
Learn about primitive data types.
📄️ Composite types
Learn about composite data types.
📄️ Weak typing
There are strong typing, weak typing and untyped languages. In strongly typed, when a variable is declared
📄️ Scope
A block is `{}`, variable declared inside the block cannot be accessed from outside when `const` and `let` keywords are used.