Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AyoAlfonso/ff64deec7fbc6de3f3e8a8800b10003e to your computer and use it in GitHub Desktop.
Save AyoAlfonso/ff64deec7fbc6de3f3e8a8800b10003e to your computer and use it in GitHub Desktop.
Highest Numbers In Native Function Array
var maxValue = myArray.sort().pop();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment