Frontend Wiki
Ctrlk
  • 简介
  • JavaScript
    • 深入理解事件循环(Event Loop)
    • 深入理解浮点数
    • 深入理解 prototype
    • axios 的坑
    • 【译】JavaScript 模块化的演变史
  • 前端工具链
  • 网络
  • 算法
  • 设计模式
  • React
  • Vue.js
  • Nginx
  • 客户端
  • CSS
  • HTML
  • 浏览器
  • 操作系统
  • 正则表达式
  • VS Code
  • 其他
  • 面试题
Powered by GitBook
On this page
  1. JavaScript

深入理解 prototype

JavaScript 中没有类的概念

参考

  • Javascript继承机制的设计思想

  • What is the difference between A.prototype = B.prototype and A.prototype = new B()?

  • js中的new()到底做了些什么?

  • Using “Object.create” instead of “new”

Previous深入理解浮点数Nextaxios 的坑

Last updated 6 years ago

Was this helpful?

Was this helpful?