Examples of methods and attributes inherited from JavaScript _ javascript skills

Source: Internet
Author: User
Some examples of methods and attributes inherited in JavaScript can be referenced. Role of the prototype attribute:
The prototype attribute provides a set of basic functions of the object class. The new instance of the object "inherits" the operation that is granted to the object prototype.

Features of the prototype attribute:
All JavaScript internal objects have the read-only prototype attribute. You can add a function for the internal object prototype, but the object cannot be assigned a different prototype.
However, user-defined objects can be assigned to new prototypes.

Role of the constructor attribute:
Constructor indicates the function used to create an object.

Functions of the constructor attribute:
The constructor attribute is a member of all objects with prototype. They include all JavaScript internal objects except Global and Math objects.
The constructor attribute stores references to the functions used to construct a specific object instance.

A. Use prototype to add object attributes [method 1]
Example:

The Code is as follows:


Related Article

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.