- Notifications
You must be signed in to change notification settings - Fork1.2k
this那篇习题答案有误#1062
Answeredbysonghn233
xiaowangge666 asked this question inQ&A
this那篇习题答案有误#1062
-
function makeUser() { |
BetaWas this translation helpful?Give feedback.
All reactions
Answered by songhn233Jun 19, 2022
Hello,本教程已经说明:
本教程的所有例子都默认采用严格模式,除非特别指定(非常少)。
在严格模式下 global 不会把 this 设置为 globalThis,而是为 undefined
P.S. 同时可以把这个理解为默认行为,因为在现代前端开发绝大部分上下文都是暗含了开启严格模式的。
Replies: 1 comment
-
Hello,本教程已经说明:
在严格模式下 global 不会把 this 设置为 globalThis,而是为 undefined P.S. 同时可以把这个理解为默认行为,因为在现代前端开发绝大部分上下文都是暗含了开启严格模式的。 |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
0 replies
Answer selected bysonghn233
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A Labels
None yet
Converted from issue
This discussion was converted from issue #1061 on June 19, 2022 16:58.