Created
December 10, 2018 08:59
-
-
Save AzrizHaziq/715110e820f280fb887d6e7a7a4847f7 to your computer and use it in GitHub Desktop.
Part 2 Javascript Tip and Tricks Object Rest Paramater
This file contains 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
var greetUsers = users.map(user) => ({ | |
id: payload.id, | |
name: `Hello ${name}`, | |
email: payload.email, | |
phone: payload.phone, | |
website: payload.website, | |
company: payload.company, | |
address: payload.id, | |
})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment