Skip to content

ivanbuncic/filther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallaby.js

Filther - your best array duplicates extinguisher

Filtering Arrays for duplicates with Set and back

Install

npm i filther

Usage

import f from 'filther';

let arr = [23, 23, 23, 23, 23, 45, 45, 45, 567, 67, 67, 67, 67, 67];

let filtered = f(arr);

console.log(filtered) // should return [23,45,567,67] 

Good luck!

About

Filtering Arrays for duplicates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published