nikscrasher
Programmer
Sir/Ma'am,
I have some question in javascript, I want to delete the values that is greater than 5 instances in an array.
For example here's my array
myarray = [123456,234567,741852,963852,
123456,123456,123456,123456,123456];
Thank you in advance...
I have some question in javascript, I want to delete the values that is greater than 5 instances in an array.
For example here's my array
myarray = [123456,234567,741852,963852,
123456,123456,123456,123456,123456];
Thank you in advance...