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.
2 parents d22aecf + 1b998cd commit 3d26bcfCopy full SHA for 3d26bcf
1 file changed
1-js/05-data-types/07-map-set/01-array-unique-map/task.md
@@ -19,7 +19,7 @@ let values = ["Hare", "Krishna", "Hare", "Krishna",
19
"Krishna", "Krishna", "Hare", "Hare", ":-O"
20
];
21
22
-alert( unique(values) ); // Hare, Krishna, :-O
+alert( unique(values) ); // Hare,Krishna,:-O
23
```
24
25
P.S. Здесь мы используем строки, но значения могут быть любого типа.
0 commit comments