* [16.1](https://github.com/yuche/javascript#16.1) 使用大括号包裹所有的多行代码块。 ~~~ // bad if (test) return false; // good if (test)

评论区

登录 后参与评论
× Preview