美文网首页
JavaScript 相关总结

JavaScript 相关总结

作者: 我愿化作一道辰光 | 来源:发表于2018-05-01 19:44 被阅读0次

    1、javascript类型有:数字(32位浮点)、字符串(String)、标识符(NaN 、Infinity、undefined)

    2、typeof的运算符产生的值有‘number’、‘string’、‘boolean’、‘undefined’、‘function’和‘object’。

    3、prototype & proto函数的继承

    4、

    相关文章

      网友评论

          本文标题:JavaScript 相关总结

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