Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created February 27, 2018 09:02
Show Gist options
  • Select an option

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

Select an option

Save vldvel/d79bd31cda5834e54058f83623d95e1f to your computer and use it in GitHub Desktop.
let sum = arr.reduce((p,c) => p + c, 0);
return `${sum - Math.max(...arr)}, ${sum - Math.min(...arr)}`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment