In-depth understanding of the scope of JavaScript

Source: Internet
Author: User
Every person who has written a program will not be unfamiliar with the concept of scope. In this article, let's talk about the definition Cr.

Every person who has written a program will not be unfamiliar with the concept of scope. In this article, let's talk about the scope of Javascript.

In Javascript, the global environment itself is an object. In the browser host, this object is a window, and when Javascript is used for other non-browser hosts, such as embedded environments, it may be other objects.

I have also corrected this idea. Many people think that Javascript is only used in browsers. In fact, Javascript can also be used in many non-Web scenarios, according to the introduction, Javascript has performed well in some embedded-based application fields. Of course, I have only heard of the legends.

To put it bluntly, when we write down: var I = 1, we actually declare a variable in the window scope.

When I = 1 is written, the attribute of a window is declared.

See the following code:

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.