JS Learning Comb (c) Type and grammar

Source: Internet
Author: User

  1. Type
    • JavaScript has seven built-in types: null, Undefined, Boolean, number, String, object, and symbol, and you can use the TypeOf operator to view
    • typeof returns all strings.
    • Many developers confuse undefined and undeclared, but they are different in JavaScript. Undefined is one of the values. Undeclared indicates that the variable has not been declared.
  2. Value
      The
      • string reverses the
         var  a = "foo"  var  C = a    Convert the value of a to a character array . Split (")  //  .reverse ()  // . Join (" //
          "Oof"  
      • smaller numeric comparison
         function   Numberscloseenoughtoequal (n1,n2) { return  Math.Abs (n1-n2) < Number.epsilon;}  
      • security range for integers

JS Learning to Comb (c) type and grammar

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.