摘要: 探索javascript中null和undefined的深渊译05 January 2014当讨论JavaScript中的原始数据类型时,大多数人都知道的基本知识,从String,Number到Boolean。这些原始类型相当简单,行为符合常识。但是,本文将更多聚焦独特的原始数据类型Null和Und... 阅读全文
posted @ 2014-04-29 22:54 未来动力 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: The JavaScript interpreter in a browser is implemented as a single thread.javascript 引擎在浏览器中作为单线程实现。 阅读全文
posted @ 2014-04-29 22:14 未来动力 阅读(373) 评论(0) 推荐(0) 编辑
摘要: What is the Execution Context & Stack in JavaScript?In this post I will take an in-depth look at one of the most fundamental parts of JavaScript, theE... 阅读全文
posted @ 2014-04-29 21:48 未来动力 阅读(229) 评论(0) 推荐(0) 编辑