We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a99df commit 2b6f849Copy full SHA for 2b6f849
1-js/06-advanced-functions/03-closure/article.md
@@ -239,7 +239,6 @@ function User(name) {
239
}
240
241
let user = new User("John");
242
-// у кода метода "sayHi" есть доступ к внешней переменной "name"
243
user.sayHi(); // "John" (у кода метода "sayHi" есть доступ к внешней переменной "name")
244
```
245
0 commit comments