Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 119 Bytes

Bugs.md

File metadata and controls

5 lines (3 loc) · 119 Bytes

const 会被var覆盖

所有语句背后要加分号

查看对象不能直接{a:1,b:2},要let obj = {a:1, b:2}; obj