Skip to content

Instantly share code, notes, and snippets.

@4skinSkywalker
Created April 16, 2019 09:13
Show Gist options
  • Select an option

  • Save 4skinSkywalker/720c4d84c609da6fc141cb9264b80608 to your computer and use it in GitHub Desktop.

Select an option

Save 4skinSkywalker/720c4d84c609da6fc141cb9264b80608 to your computer and use it in GitHub Desktop.
let string = "hello world"
let frequencyCounter = {
" ": 1
d: 1
e: 1
h: 1
l: 3
o: 2
r: 1
w: 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment