Skip to content

Instantly share code, notes, and snippets.

View DimLeon's full-sized avatar

JimLeon DimLeon

  • Athens, Greece
View GitHub Profile
@ralphcrisostomo
ralphcrisostomo / array_dupplicate_counter.js
Created July 19, 2012 07:43
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.
*/