InterviewMap / CS-Interview-Knowledge-Map

Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
https://yuchengkai.cn/docs/frontend/
18.3k stars 2.57k forks source link

执行上下文这里有一个写法错误 #158

Closed fu731033719 closed 6 years ago

fu731033719 commented 6 years ago

globalContext的活动对象 也写成了VO globalContext.VO = { a: undefined, foo: <Function>, }

=> globalContext.AO = { a: undefined, foo: <Function>, }