Skip to content

Instantly share code, notes, and snippets.

@xkrsz
Created February 16, 2016 00:17
Show Gist options
  • Save xkrsz/0d0e0c1a2ad3e437806b to your computer and use it in GitHub Desktop.
Save xkrsz/0d0e0c1a2ad3e437806b to your computer and use it in GitHub Desktop.
Promises
getChampion(bestKdaChampionId, function(data) {
console.log("\n\nYour main: " + data.name + " with " + Number(bestKda.toFixed(2)) + " KDA");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment