美文网首页
关键字与保留字

关键字与保留字

作者: YiiY34 | 来源:发表于2022-03-24 12:00 被阅读0次
    关键字
    if、else、switch、break、case、default、for、in、do、while、
    
    var、let、const、void、function、continue、return、
    
    try、catch、finally、throw、debugger、
    
    this、typeof、instanceof、delete、with、
    
    export、new、class、extends、super、with、yield、import、static、
    
    true、false、null、undefined、NaN
    
    保留字
    enum、await
    
    abstract、boolean、byte、char、double、final、float、goto、
    int、long、native、short、synchronized、transient、volatile、
    
    arguments eval Infinity
    
    # 以下关键字只在严格模式中被当成保留字,在ES6中是属于关键字
    implements、interface、package、private、protected、public
    

    相关文章

      网友评论

          本文标题:关键字与保留字

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