Created
April 16, 2019 09:13
-
-
Save 4skinSkywalker/720c4d84c609da6fc141cb9264b80608 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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