JavaScript Objects

In JavaScript, an object is a standalone entity having properties and method. For example: bike is an object with property (bike name) and method start.

Code :