* [4.1](https://github.com/yuche/javascript#4.1) 使用字面值创建数组。 ~~~ // bad const items = new Array(); // good const items = [];

评论区

登录 后参与评论
× Preview