问答详情
源自:1-7 JavaScript-什么是变量

变量的一些小问题

javascript 关键字与保留字有哪些。 还有赋值数字,代表什么,

提问者:罗彬 2016-05-31 00:19

个回答

  • 慕工程8099857
    2016-07-01 10:46:11

    关键字: break case catch continue default delete do else finally for function if in instanceof new return switch this throw try typeof var void while with

    保留字:abstract boolean byte char class const debugger double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile

    赋值数字了之后,你再调用这个变量时,就相当于调用这个数字

  • dissipator
    2016-06-01 17:18:53

    那是给你定义的变量赋值

  • qq_灵芝愿_03439139
    2016-05-31 08:26:59

    var