JavaScript – Exercise 13 – Objects
Previous Next JavaScript objects are variables that hold multiple types of data. The objects represents real life or abstract ideas using properties and methods. In this article, you will learn to create a JavaScript object and access its members. JavaScript Object Concept Suppose you want to represent a car in you program. To represent a … Read more