Skip to content

Instantly share code, notes, and snippets.

View DimLeon's full-sized avatar

JimLeon DimLeon

  • Athens, Greece
View GitHub Profile
@DimLeon
DimLeon / array_dupplicate_counter.js
Created November 8, 2018 14:58 — 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.
*/