美文网首页
ES6 Language Specification

ES6 Language Specification

作者: yaoyuquan | 来源:发表于2018-06-15 13:43 被阅读0次

    EMCA数据类型和value

    undefined
    null
    boolean
    String
    Number
    Symbol

    The Symbol type is the set of all non-String values that may be used as the key of an Object property (6.1.7).
    Each possible Symbol value is unique and immutable.
    Each Symbol value immutably holds an associated value called [[Description]] that is
    either undefined or a String value.

    Object

    相关文章

      网友评论

          本文标题:ES6 Language Specification

          本文链接:https://www.haomeiwen.com/subject/gaxmeftx.html