Skip to content

Instantly share code, notes, and snippets.

@geomago
Last active June 19, 2020 05:36
Show Gist options
  • Select an option

  • Save geomago/627cc40f23ee14aadf407cea58ea2e42 to your computer and use it in GitHub Desktop.

Select an option

Save geomago/627cc40f23ee14aadf407cea58ea2e42 to your computer and use it in GitHub Desktop.
max_price
let maxPrice = Math.max(...cars.map(item => item.price));
// RESULT IS: 3000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment