Uh oh!
There was an error while loading. Please reload this page.
this那篇习题答案有误 #1062
Answered
bysonghn233
xiaowangge666
asked this question in
Q&A
function makeUser() { |
Answered by
songhn233
Jun 19, 2022
Replies: 1 comment
Hello,本教程已经说明:
在严格模式下 global 不会把 this 设置为 globalThis,而是为 undefined P.S. 同时可以把这个理解为默认行为,因为在现代前端开发绝大部分上下文都是暗含了开启严格模式的。 |
0 replies
Answer selected bysonghn233
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,本教程已经说明:
在严格模式下 global 不会把 this 设置为 globalThis,而是为 undefined
P.S. 同时可以把这个理解为默认行为,因为在现代前端开发绝大部分上下文都是暗含了开启严格模式的。