Objects and Primitives in Javascript
· ☕ 3 min read
Get to know all the practical knowledge about Javascript primitives and objects.
In JavaScript, objects are king. If you understand objects, you understand JavaScript. - W3 Schools
Everything except primitives is an object in Javascript. A couple of days back, we were talking about Javascript having the following primitives: bool, number, string, undefined and null.