mirror of
https://github.com/cheetahlou/CategoryResourceRepost.git
synced 2025-09-17 08:46:40 +08:00
.. | ||
12 | 1 in 1..constructor:这行代码的结果,既可能是true,也可能是false.md | ||
13 | new X:从构造器到类,为你揭密对象构造的全程.md | ||
14 | super.xxx():虽然直到ES10还是个半吊子实现,却也值得一讲.md | ||
15 | return Object.create(new.target.prototype):做框架设计的基本功:写一个根类.md | ||
16 | [a, b] = {a, b}:让你从一行代码看到对象的本质.md | ||
17 | Object.setPrototypeOf(x, null):连Brendan Eich都认错,但null值还活着.md |