晴明的博客园 GitHub      CodePen      CodeWars     
摘要: 并发模型(Concurrency model) 、运行时(runtime) 栈(stack) 函数调用形成了一个栈帧(stack of frames)。 function foo(b) { var a = 10; return a + b + 11; } function bar(x) { var 阅读全文
posted @ 2017-10-20 19:35 晴明桑 阅读(145) 评论(0) 推荐(0) 编辑