Home  >  Article  >  Web Front-end  >  JavaScript object-oriented usage analysis of this keyword_javascript skills

JavaScript object-oriented usage analysis of this keyword_javascript skills

WBOY
WBOYOriginal
2016-05-16 16:20:30995browse

This article analyzes the usage of this keyword in object-oriented JavaScript with examples. Share it with everyone for your reference. The specific analysis is as follows:

When you need to initialize a certain property, you can use the this keyword in the prototype object. Such as the following example:

Copy code The code is as follows:


Note: The keyword this can only be used inside the prototype object. When used externally, this is equivalent to window. As an example below
Copy code The code is as follows:

I hope this article will be helpful to everyone’s JavaScript programming design.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn