Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created February 8, 2018 06:27
Embed
What would you like to do?
function test(a, b, c, ...args) {
console.log(a, b, c);
console.log(args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment