介绍
笔记来源1 尚硅谷最新版JavaScript基础全套教程完整版(140集实战教学,JS从入门到精通)_哔哩哔哩_bilibili
笔记来源2 来自vectorX大佬的学习笔记 vectorX的Github:https://github.com/vectorxxxx
其他地址
- Github:https://github.com/Milo980412/NOTE_JS
- 语雀:https://www.yuque.com/u26476221/my897g
Milo的前端日记:https://miloreact.github.io/pages/javascript/start.html
目录
[x] 01_JS 简介
- 02_JS基础
- 03_JS运算
- 04_流程控制05-对象
- 06_函数
- 07_作用域
- 08_构造函数与原型对象
- 09_数组
- 10_call, apply 和 arguments
- 11_Date和Math
- 12_包装类和字符串
- 13_正则表达式
- 14_DOM
- 15_事件对象
- 16_滚轮事件与键盘事件
- 17_BOM
- 18_定时调用与延时调用
- 19_JSON