Skip to content

Commit 7dcaca0

Browse files
authored
Update task.md
1 parent 3b5c116 commit 7dcaca0

File tree

1 file changed

+3
-0
lines changed
  • 1-js/05-data-types/07-map-set/01-array-unique-map

1 file changed

+3
-0
lines changed

1-js/05-data-types/07-map-set/01-array-unique-map/task.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ let values = ["Hare", "Krishna", "Hare", "Krishna",
1919
"Krishna", "Krishna", "Hare", "Hare", ":-O"
2020
];
2121

22+
alert( unique(values) ); // Hare, Krishna, :-O
23+
```
24+
2225
P.D. Aquí se usan strings, pero pueden ser valores de cualquier tipo.
2326

2427

0 commit comments

Comments
 (0)