Created
February 16, 2016 00:12
-
-
Save xkrsz/9a6bf2f32a9b29f51211 to your computer and use it in GitHub Desktop.
promises
This file contains 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
qualified.forEach(function(el) { | |
kda = (el.stats.totalChampionKills + el.stats.totalAssists) / el.stats.totalDeathsPerSession; | |
if (kda > bestKda) { | |
bestKdaChampionId = el.id; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment