Beginner JavaScript
Taking Wes Bos’ Beginner JavaScript Course and I’ll stash notes in here.
Types
I never knew them all and I’m still cocking my head a bit at Null and Undefined being types.
Primitives
-
String
-
Number
-
Boolean
-
Null
-
Undefined
-
Symbol
-
Object