This understanding in js and jsthis understanding

Source: Internet
Author: User

This understanding in js and jsthis understanding

In js, this is used in four categories:

(1) pure function call: The most common usage is global call, which is equivalent to window

(2) call as an object method: this refers to this parent object.

(3) As a constructor call: new generates a new object. this indicates the new object.

(4) apply call: apply is a method of a function object. Its function is to change the function call object. Its first parameter indicates the object that calls the function after the change, this indicates the first parameter of the function.

When the apply parameter is null, global objects are called by default.

For details, refer:

Http://www.ruanyifeng.com/blog/2010/04/using_this_keyword_in_javascript.html)

Http://javascript.ruanyifeng.com/oop/basic.html)


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.