List of JavaScript mistakes (Continuous updates ...)

Source: Internet
Author: User

The javascript language has some special characteristics, so it is easy to make some low-level errors when writing JavaScript scripts:

1. Use the value "=" as "= ".

According to the Daily mathematical logic, we are used to using the value assignment "=" as the equals sign when making condition judgments, such as: If (ELEM. classname = "nav_on "){...}

2. The function has been called when assigned a value.

For example:

VaR Func = Function (Item ){...}
ELEM. onclick = Func (window. getelementbyid ( " NAV " ));

3. You often forget to delete the console. log used for debugging. (This can be solved by defining the debugging function in the framework and calling the debugging function during use)

4,CodeDuring optimization, a method or attribute of an object is often deleted or commented out. Pay attention to whether the comma after the last method or attribute of the object is removed. This will cause the IE browser to report an error.

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.