Skip to content

Commit a89ac9c

Browse files
committed
closes #820
1 parent 6d2918a commit a89ac9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1-js/05-data-types/08-weakmap-weakset/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ function countUser(user) {
143143
let john = { name: "John" };
144144

145145
countUser(john); //ведём подсчёт посещений
146-
countUser(john);
147146

148147
// пользователь покинул нас
149148
john = null;

0 commit comments

Comments
 (0)