Created
December 10, 2015 14:25
-
-
Save greg-hellings/c4cd38c48530bdc888a1 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
[ | |
{ "Name1": 2 }, | |
{ "Name2": 2 }, | |
{ "Name1": 5 }, | |
{ "Name3": 2 }, | |
{ "Name2": 1 } | |
] |
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
function map() { | |
} | |
function reduce() { | |
} |
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
[ | |
{ | |
"eventName": "Name1", | |
"eventValue": 7 | |
}, | |
{ | |
"eventName": "Name2", | |
"eventValue": 3 | |
}, | |
{ | |
"eventName": "Name3", | |
"eventValue": 2 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment