Objects Flashcards
1
Q
What’s an Object?
A
A container of named-values aka properties or methods.
Booleans Maths Numbers Strings Dates Regex Arrays Functions
2
Q
What’s a primitive value?
A
A value that has no property or method; it’s a hard coded value that can’t be changed; primitives are not objects.