Joys of JavaScript (UW Coding Bootcamp Session)
Posted on June 1, 2019 in JavaScript by Matt Jennings
Types of primitive values:
Numbers
Strings
Booleans
undefined
null
Symbol() (ES6)
// confirm only returns a Boolean of true or false
// depending on if I click “Ok” …