美文网首页
js笔记补充 命名规范

js笔记补充 命名规范

作者: 心存美好 | 来源:发表于2021-12-09 10:28 被阅读0次

    命名规范 习惯

    1、普通函数,变量 小驼峰
    let useInfor =123454;

    function numToString(){}

    2、构造函数 大驼峰

    function StudentClass(){}

    3、常量 全大写

    const NUM = 123

    js网址收藏

    jquery网站https://www.bootcdn.cn/jquery/

    相关文章

      网友评论

          本文标题:js笔记补充 命名规范

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