JavaScript 相关总结
2018-05-01 本文已影响0人
我愿化作一道辰光
1、javascript类型有:数字(32位浮点)、字符串(String)、标识符(NaN 、Infinity、undefined)
2、typeof的运算符产生的值有‘number’、‘string’、‘boolean’、‘undefined’、‘function’和‘object’。
3、prototype & proto函数的继承
4、
1、javascript类型有:数字(32位浮点)、字符串(String)、标识符(NaN 、Infinity、undefined)
2、typeof的运算符产生的值有‘number’、‘string’、‘boolean’、‘undefined’、‘function’和‘object’。
3、prototype & proto函数的继承
4、