Skip to content

Instantly share code, notes, and snippets.

@looptr00p
looptr00p / array_dupplicate_counter.js
Created December 15, 2017 19:51 — 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.
*/