Objects in JavaScript
Introduction
What objects are in JavaScript?
We learnt from the article on data types, that there are primitive and non-primitive data types in JavaScript. Primitives hold values that are only of a single data type (such as string, number, booleans, ...
benjamincodes.hashnode.dev8 min read