JavaScript makes an arbitrary distinction between values: Primitive values and Objects.
Primitive values include boolean, numbers, strings, Symbol, null and undefined
While everything else in JavaScript is said to be an object which means window, JSON, Math, and even functions and arrays are Objects as well.



Have a question or feedback? Drop it below — I read every comment!
No comments yet — be the first to start the conversation!