MrPowers/code_quizzer

Chapter 2.2 - Line 19

Closed this issue · 0 comments

https://github.com/MrPowers/code_quizzer/blame/master/books/learn_javascript_logically/200_variables/200_variables_and_values.md#L19

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.)