2013年11月25日

Javascript performance

摘要: I just went through some vedio related to javascript performance which is great, Here is the notes I made:Scope management1. Identifier ResolutionEvery time the function is executed, the execution context is created. The scope chain in the execution context stores the objects to be resolved in order 阅读全文

posted @ 2013-11-25 13:56 lpxp 阅读(214) 评论(0) 推荐(0) 编辑

导航