JavaScript Objects
An object is a collection of Methods and properties.
Javascript has predefined object types such as: Array, Boolean, Date, Function, Image, Number, Object, Option, RegExp, or String it also allows you to create your own user defined objects. Read more about Simple Javascript OOP tutorial …