Last active
May 14, 2020 22:03
-
-
Save Yigaue/58637ebcbc754e0f970c63e5b1c97c9f to your computer and use it in GitHub Desktop.
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 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