Friday, 26 November 2021

filter the array value

 there are different methods to filter dupicates in an array

check here


this.temp1.filter((v,i) => this.temp1.indexOf(v)===i);




No comments:

Post a Comment

c#

 https://github.com/dcyuksel/Result