Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pull-request

        var array =[1,3,"Dayanan",8,0,1,7,8,"Dayanan"];
        const remdupelm = array.filter((element, index)=>{
            return array.indexOf(element) === index;
        });
        console.log(remdupelm);

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages