Skip to content

Commit 45e5e70

Browse files
committed
minor
1 parent ddc4029 commit 45e5e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/5-functions-closures/1-global-object/3-window-and-variable-3

1-js/5-functions-closures/1-global-object/3-window-and-variable-3/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Переменная `a` создается до начала выполнения кода, так что условие `"a" in window` выполнится и сработает `a = 1`.
44

55
```js
6-
//+ run untrusted refresh
6+
//+ run no-strict untrusted refresh
77
if ("a" in window) {
88
a = 1;
99
}

0 commit comments

Comments
 (0)