- 博客(6)
- 收藏
- 关注
原创 项目 腾讯云 部署 课程 拼团
http://m.imooc.com/groupdetail/1230/dpylDvYypdvPkBNm/JEZVmwRPwJ61deQb?utm_source=share
2022-07-13 23:03:58
97
原创 JS Event 事件捕获 & 事件冒泡
Event 相关的 event.target,event.eventPhase,event.currentTarget,事件捕获,事件冒泡,addEventListener, onclick...
2022-07-04 21:40:59
717
原创 模拟 JS new 运算符
模拟 JS new 运算符1. JS new 运算符做了什么操作对象仅能为函数创建一个新对象新对象的原型链指向函数的 prototype 属性新对象绑定到函数的 this若函数返回一个对象类型的值,则返回,反之返回新对象操作对象仅能为函数var arr = [1,2,3];new arr;// Uncaught TypeError: arr is not a constructor// 大家可以试试别的类型var fun = function () {};new fun;创
2021-10-01 22:55:12
182
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人