issues
search
FE-star
/
2019.08
第六期课程仓库,请勿fork,建议watch或者star
28
stars
4
forks
source link
第二节课预习
#2
Open
loslakers
opened
5 years ago
loslakers
commented
5 years ago
this机制
You-Dont-Know-JS 中文版
,可到这里链接找一找
You-Dont-Know-JS中关于this的章节(中文版是上卷的第二部分的第一、二章节)
this Or That?
this All Makes Sense Now!
this - JavaScript | MDN
/
this - JavaScript | MDN 官方中文版
如何理解 JavaScript 中的 this 关键字? - 知乎
JavaScript 的 this 原理
练习题
https://github.com/FE-star/exercise4
声明提升
You-Dont-Know-JS中关于声明提升的章节(中文版是上卷的第一部分的第四章节)
Hoisting
Hoisting - Glossary | MDN
/
Hoisting - Glossary | MDN 官方中文
https://zhuanlan.zhihu.com/p/28140450
scope - Javascript function scoping and hoisting - Stack Overflow
继承
继承与原型链 - JavaScript | MDN
类 - JavaScript | MDN
How does prototypal inheritance differ from classical inheritance
(Prototypal Inheritance 与 Classical Inheritance 的区别)
练习题
https://github.com/FE-star/lianxi5
一些奇葩JS代码
这个简单看看就好,深入要很多时间,from @文坚
GitHub - denysdovhan/wtfjs: A list of funny and tricky JavaScript examples
Javascript Puzzlers or: do you really know JavaScript?
今天又看到一个新的 javascript 怪异笑话 - V2EX
跨域
浏览器同源政策及其规避方法 - 阮一峰的网络日志
浏览器的同源策略 - Web 安全 | MDN
前端常见跨域解决方案(全) - inroam - 博客园
https://github.com/FE-star/showcase1
扩展(非预习内容)
标准
这里说的标准一般是指
ECMAScript
的标准
流传最广也是最众所周知的就是
262
此外还有 402 404 414,参考:
http://www.ecma-international.org/publications/standards/Standard.htm
定制这个标准的组织是
tc39
最新的提案可以参考
https://github.com/tc39/proposals
和
https://prop-tc39.now.sh/
源码
https://github.com/v8/v8
https://github.com/Microsoft/ChakraCore
https://github.com/mozilla/gecko-dev
this机制
声明提升
继承
一些奇葩JS代码
跨域
扩展(非预习内容)
标准
源码