Objects in JavaScript
JavaScript object is a non-primitive datatype that allows you to store multiple collections of data. For example;
const student = {
firstName: 'ram',
age: 10
};
Declaration
The syntax of how to declare an object is;
const object_name= {
key1...
charityjelimo.com2 min read
Denis Wachira
talks about javascript
Resourceful