Difference between native, host and user objects
JavaScript objects are broadly classified into the following categories: native javascript objects, user objects, and host javascript objects. Native objects: Native javascript objects are standard javascript objects which are provided by javascript itself. They are also known as built-in objects, p