Skip to content

Instantly share code, notes, and snippets.

@victorvhpg
Created November 7, 2016 22:22
Show Gist options
  • Save victorvhpg/08970aeb69d82a2b93f2e749dd021c41 to your computer and use it in GitHub Desktop.
Save victorvhpg/08970aeb69d82a2b93f2e749dd021c41 to your computer and use it in GitHub Desktop.
arrow
let fn = (p1) => ({ id: p1, nome: "teste"});
fn(1);//{id:1, nome: "teste"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment