随笔分类 -  各种规范问题

一个存放一些编码规范的分组
JavaScript规范
摘要:原文: https://github.com/airbnb/javascript JavaScript规范 类型 原始值: 相当于传值 string number boolean null undefined var foo = 1, bar = foo; bar = 9; console.log( 阅读全文
posted @ 2017-03-23 14:03 温温婉婉 阅读(252) 评论(0) 推荐(0)