ekoz / kbase-js

Supported the development team with training for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported the development team with training for Javascript

当我们 new 一个 Dog 时,我们究竟在做什么

demo-1

prototype

只有函数才有 prototype,我们不能说对象没有 prototype,因为函数也是对象

demo-2

__proto__ && prototype && constructor

让我们哭一会儿 😭😭😭

继承

demo-3

茴香豆的茴字有几种写法

demo-4

作用域与闭包

javascript自执行函数为什么要把 window 作为参数传进去?

demo-5

jquery 插件机制

$.extend

$.fn.extend

学习资料

汤姆大叔的博客

js中__proto__和prototype的区别和关系?

彻底深刻理解js原型链之prototype,__proto__以及constructor

About

Supported the development team with training for Javascript

License:Apache License 2.0