Frontend Wiki
Ctrlk
  • Introduction
  • 翻译
  • 设计模式
  • 算法
  • JavaScript
    • 深入理解事件循环(Event Loop)
    • 深入理解浮点数
    • 深入理解 prototype
    • axios 的坑
  • CSS
  • HTML
  • React
  • Webpack
  • Web
  • PWA
  • 微信小程序
  • Flutter
  • Electron
  • 正则表达式
  • VS Code
  • 实用工具
Powered by GitBook
On this page
  1. JavaScript

深入理解 prototype

  • 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?