

JavaScript Standard Objects
Let's get familiar with standard objects built into JavaScript. You might be familiar with String
and Number
, but have you dealt with newer objects like Map
and Symbol
? Come along for this wild ride!
This is a free course
2. Number
You've heard of numbers, right? OK well in JavaScript, they're pretty much what you'd expect.
3. Boolean
Boolean means true
and false
. But in JavaScript, there's also the concept of "truthiness." Let's discuss.
In Development
This course is still in development.
I'll be adding new stuff to this course soon. Check back to see new lessons as they are posted!