Skip to content

Ryan-Shrestha/delete-duplicate-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

delete-duplicate-array

A short javascript program to delete duplicate array.

How to use it?

Just pass an array of data you want to delete any duplicate strings or numbers

Example

let someArray = ["Ryan", "Rajendra", "Shrestha", "Ryan", "Shrestha"];

someArray = deleteDuplicate(someArray);

RESULT: someArray = ["Ryan", "Rajendra", "Shrestha"];

#NOTE This program is not case sensitive

About

A short javascript program to delete duplicate array.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published