摘要: Use const for all of your references; avoid using var. eslint: prefer-const, no-const-assign Why? This ensures that you can’t reassign your references 阅读全文
posted @ 2017-12-21 15:35 danawill 阅读(101) 评论(0) 推荐(0) 编辑