Chapter 2.2 - Line 19
Closed this issue · 0 comments
djres88 commented
You can assign a variable to any type of value. Numbers (e.g. 46), strings ("something"), and Booleans (true
) are all valid examples. (As we will soon see, variables can also be assigned to arrays, functions, and objects.)