Understanding Objects, Function Constructors, and Inheritance in JavaScript
In JavaScript, almost everything behaves like an object due to its prototype, except for primitives (numbers, booleans, strings, null, and undefined). Objects are used to group variables that belong together and are organized using key-value pairs. T...
zainab-tijani.hashnode.dev2 min read
Nelson Michael
Front-end Engineer | Technical Writer
Thank you for writing this :-)