Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created July 10, 2016 06:53
Embed
What would you like to do?
function addTest(a, b) {
return a * b;
}
var val = addTest(zzz, 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment