Skip to content

Instantly share code, notes, and snippets.

View support26's full-sized avatar

Ayush support26

  • Anaxee Digital Runners
  • Indore
View GitHub Profile
@support26
support26 / array_dupplicate_counter.js
Created December 7, 2019 09:55 — forked from raecoo/array_dupplicate_counter.js
Javascript: Count duplicates in an array
/**
Problem:
You have a javascript array that likely has some duplicate values and you would like a count of those values.
Solution:
Try this schnippet out.
*/
@raecoo
raecoo / array_dupplicate_counter.js
Created December 7, 2012 02:42 — forked from ralphcrisostomo/array_dupplicate_counter.js
Javascript: Count duplicates in an array
/**
Problem:
You have a javascript array that likely has some duplicate values and you would like a count of those values.
Solution:
Try this schnippet out.
*/