ECMAScript Strict mode

Source: Internet
Author: User
  1. Undefined as the value of this when the function is called, this does not point to the global object
  2. When an identifier appears in the code, JavaScript looks for its value as a variable, and if the variable name does not exist, the result of the expression operation is undefined. In strict mode, a reference error exception is thrown when a non-existent variable is evaluated
  3. Eval () See 4.12.3
  4. Delete See 4.13.3

Https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode

ECMAScript Strict mode

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.