Frontend Wiki
Search...
Ctrl
K
1.0.0
gh-pages
1.0.0
JavaScript
深入理解 prototype
Previous
深入理解浮点数
Next
axios 的坑
Last updated
6 years ago
Was this helpful?
JavaScript
中没有类的概念
参考
Javascript继承机制的设计思想
What is the difference between A.prototype = B.prototype and A.prototype = new B()?
js中的new()到底做了些什么?
Using “Object.create” instead of “new”