JavaScript Object Introduction
An object is an entity which can have properties, events and methods. This example creates a simple string holding the text 'hello world'.
Some Standard Objects that are part of the JavaScript are 'String','Date','Array','Boolean','Array','Math' and 'RegExp'.