Skip to content

Commit 5c3e525

Browse files
committed
contains duplicate solution
1 parent 7fe96f4 commit 5c3e525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contains-duplicate/suhacs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ function containsDuplicate(nums) {
77
}
88

99
console.log(containsDuplicate([1, 1, 1, 3, 3, 4, 3, 2, 4, 2]));
10+
11+
//

0 commit comments

Comments
 (0)