命名规范 习惯
1、普通函数,变量 小驼峰
let useInfor =123454;
function numToString(){}
2、构造函数 大驼峰
function StudentClass(){}
3、常量 全大写
const NUM = 123
js网址收藏
jquery网站https://www.bootcdn.cn/jquery/
1、普通函数,变量 小驼峰
let useInfor =123454;
function numToString(){}
2、构造函数 大驼峰
function StudentClass(){}
3、常量 全大写
const NUM = 123
jquery网站https://www.bootcdn.cn/jquery/
本文标题:js笔记补充 命名规范
本文链接:https://www.haomeiwen.com/subject/omqffrtx.html
网友评论