Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

WM5 | Sariat Adenike | Module-JS2 | Week-1 #77

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
used console to check if the function is working
  • Loading branch information
sariat0001 committed Nov 10, 2023
commit cae90075de7bb5393599f5620ec2bfbb2412cbb7
1 change: 1 addition & 0 deletions week-1/implement/dedupe.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ function dedupe(arr) {
}
return newArr;
}
console.log(dedupe(["b","g","a","c","r","t","c", "g"]));