Skip to content

Commit eb5c596

Browse files
authored
Мелкие правки
1 parent 0e647a1 commit eb5c596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function countUser(user) {
142142
// 📁 main.js
143143
let john = { name: "John" };
144144

145-
countUser(john); //ведём подсчёт посещений
145+
countUser(john); // ведём подсчёт посещений
146146

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

0 commit comments

Comments
 (0)