Chapter 0

Chapter 1: Numbers, Types, and Operators

Numbers

Strings

let name = 'hassan'
let hello = `what's up ${name}`

Operators