惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
B
Blog
博客园 - 【当耐特】
爱范儿
爱范儿
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网
量子位
G
Google Developers Blog

博客园 - looping

小米公司招聘前端--待遇不错 插入排序 insertion_sort js实现 JSLint for EditPlus 检验js语法 ECMA-262-3 深入解析.第四章. 作用域链 Vim 简洁手册 在 JavaScript 中监听 IME 键盘输入事件 英文已如此搞笑,翻译却更加残暴 古文中惊艳的句子 Nicholas C. Zakas vs John Resig 一场关于YUI3/jQuery的精彩辩论 浅谈 Mousewheel 事件 css 圆角效果,2例 CSS HACK org.hibernate.TransientObjectException: object references an unsaved t... jquery 1.4 append 用法 获取文本中img路径(不是dom中的) IIS 7.5 下PHP(FastCGI模式)配置手记 Remove duplicates from Array移除数组重复元素 js 翻转颜色 difference between echo and print in php
[JavaScript]ECMA-262 深入解析
looping · 2010-04-15 · via 博客园 - looping

今天看到一位js大侠的bolg,最新内容主要是关于ECMA-262-3的,实在是太有价值,这里推荐给大家
ECMA-262大家应该都不陌生吧,陌生就看这里(ECMAScript Language Specification)。要学好js,深入理解ECMA-262肯定是必经之路,那么如何深入理解ECMA-262就是一个要严肃对待的问题,狠功夫肯定是要下的,但是也有一些好的资源可以让我们事半功倍。今天推荐的这个系列文章就是这样的资源,时间关系我还没有来得及全部仔细看完,稍后如果时间允许我会再逐章翻译出来。

1. Execution Contexts.
2. Variable object.
3. This.
4. Scope chain.
5. Functions.
6. Closures.
7.1. OOP: The general theory.
7.2. OOP: ECMAScript implementation.
8. Evaluation strategy.

http://www.cnblogs.com/justinw/archive/2010/04/13/1710832.html