Skip to content

Instantly share code, notes, and snippets.

@Yigaue
Last active May 14, 2020 22:03
Show Gist options
  • Save Yigaue/58637ebcbc754e0f970c63e5b1c97c9f to your computer and use it in GitHub Desktop.
Save Yigaue/58637ebcbc754e0f970c63e5b1c97c9f to your computer and use it in GitHub Desktop.
let newPrice = data.map((book) => book.price + 200);
console.log(newPrice);
// result:
// (4) [233, 212, 605, 750]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment