Measure the test taker's knowledge about Object usage in JavaScript.

Source: Internet
Author: User

Whether you know how to use Object objects in JavaScript. Here, we will share with you that Object objects provide common functions for all JavaScript objects.

Object objects in JavaScript

Object objects provide common functions for all JavaScript objects.

Usage:

 
 
  1. Obj = new Object ([value])
  2.  

Obj is required. The variable name of the Object to be assigned a value.
Value is optional. Any basic JScript data type. Number, Boolean, or String .) If value is an object, this object is not modified. If the value is null, undefined, or is not given, an object with no content is generated.

An Object is included in all other JScript objects. Its methods and attributes are available in all other objects. You can redefine these methods in user-defined objects and call them through JScript when appropriate. The toString method is an example of the Object method that is often redefined.

In this language reference, descriptions of each Object method include default and implementation information of inherent JavaScript objects related to objects.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.