The indexof in JavaScript and the wording of if judgment

Source: Internet
Author: User

General IndexOf and if-judging notation:

1 if ("112233". IndexOf (">-1"){2     console.log ("very two"); 3 }else  {4     console.log ("Why not Two"); 5 }

Whether the above code is our usual writing JS logic when the most commonly used to write, do you feel a bit out? Take a look at the following loading force notation (PS: Big god Please ignore)

1 if (~ "112233". IndexOf ("(")) {2     console.log ("very two"); 3 }else  {4     console.log ("Why not Two"); 5 }

Lying trough, obviously is the same code, do not bully Labor to read less.

Sao year, please pay attention to indexof front of "~", this goods is only bit operation take counter, here but can be used to install force. (Installed forcing Dafa:-1 to 0,0 in if judgment inside false)

With the introduction of the top-forcing Dafa, did you learn about the year?

The indexof in JavaScript and the wording of if judgment

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.