Skip to content

Instantly share code, notes, and snippets.

View maltezc's full-sized avatar

Christopher R Maltez maltezc

View GitHub Profile
@maltezc
maltezc / Javascript Dictionary Counter
Last active February 5, 2023 03:04
Javascript - Simple oneliner dictionary counter template
map[key] = (map[key]+1) || 1 ;
Specification Keyword RGB hex value
CSS Level 1 black #000000
CSS Level 1 silver #c0c0c0
CSS Level 1 gray #808080
CSS Level 1 white #ffffff
CSS Level 1 maroon #800000
CSS Level 1 red #ff0000
CSS Level 1 purple #800080
CSS Level 1 fuchsia #ff00ff
CSS Level 1 green #008000