Object in JavaScript
Mar 3, 2023 · 12 min read · What is an Object? An object is a non-primitive data type in JavaScript, We use objects to store a collection of data irrespective of their data type (number, string, boolean etc). Each value stored in an object has a key associated with it so we can...
VVincent commented

