Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emdecr committed Aug 19, 2020
1 parent 7925244 commit 3efca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 20-08-18/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Task

Write a solution to get all non-unique values (i.e.: duplicate/more than one occurrence) in an array
Write a solution to get all non-unique values (i.e.: duplicate/more than one occurrence) in an array.
For example, if given the array ['water', 'juice', 'coffee', 'coffee', 'water', 'water', 'milk'], your solution should return ['water', 'coffee']

Use JS.
Expand Down

0 comments on commit 3efca1a

Please sign in to comment.