About Lesson
Introduction:
Array of objects stores multiple values in a single variable. The object can contain anything in the real world such as person names, cars, game characters. Objects are very easy to use in some situations if you know where the data is being processed. The character set of objects are known as Properties.
Example:
var x = [
{name : ‘Ram’, age : 15};
];
Exercise Files
No Attachment Found
Join the conversation