Skip to content

Commit 2b6f849

Browse files
authored
Update 1-js/06-advanced-functions/03-closure/article.md
1 parent 92a99df commit 2b6f849

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1-js/06-advanced-functions/03-closure/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ function User(name) {
239239
}
240240

241241
let user = new User("John");
242-
// у кода метода "sayHi" есть доступ к внешней переменной "name"
243242
user.sayHi(); // "John" (у кода метода "sayHi" есть доступ к внешней переменной "name")
244243
```
245244

0 commit comments

Comments
 (0)