Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created June 25, 2015 17:57
Show Gist options
  • Save ajcrites/cae0d66d7923f6a674b4 to your computer and use it in GitHub Desktop.
Save ajcrites/cae0d66d7923f6a674b4 to your computer and use it in GitHub Desktop.
function x({lines = 1000, cords = "foo", ...opt}) {
console.log(lines, cords, opt);
}
x({
lines: 2000,
thing: "bling",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment