Skip to content

Instantly share code, notes, and snippets.

View jimmleon's full-sized avatar

Jim Leon jimmleon

  • Athens, Greece
View GitHub Profile
@jimmleon
jimmleon / 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.
*/