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 6d2918a commit a89ac9cCopy full SHA for a89ac9c
1 file changed
1-js/05-data-types/08-weakmap-weakset/article.md
@@ -143,7 +143,6 @@ function countUser(user) {
143
let john = { name: "John" };
144
145
countUser(john); //ведём подсчёт посещений
146
-countUser(john);
147
148
// пользователь покинул нас
149
john = null;
0 commit comments