Skip to content

Instantly share code, notes, and snippets.

@maltezc
Last active February 5, 2023 03:04
Show Gist options
  • Save maltezc/2e580aec0717b45eb35fb0213c3efe46 to your computer and use it in GitHub Desktop.
Save maltezc/2e580aec0717b45eb35fb0213c3efe46 to your computer and use it in GitHub Desktop.
Javascript - Simple oneliner dictionary counter template
map[key] = (map[key]+1) || 1 ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment