Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created February 27, 2018 08:58
Show Gist options
  • Select an option

  • Save vldvel/47ebff409933a10ad2444c4c208cc422 to your computer and use it in GitHub Desktop.

Select an option

Save vldvel/47ebff409933a10ad2444c4c208cc422 to your computer and use it in GitHub Desktop.
return sum - Math.max.apply(Math, arr) + ', ' + sum - Math.min.apply(Math, arr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment