Created
November 7, 2016 22:22
-
-
Save victorvhpg/08970aeb69d82a2b93f2e749dd021c41 to your computer and use it in GitHub Desktop.
arrow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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