Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created February 8, 2018 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/0588e2567e263ea10ebc19c1f0768a53 to your computer and use it in GitHub Desktop.
Save goofmint/0588e2567e263ea10ebc19c1f0768a53 to your computer and use it in GitHub Desktop.
ary = [1, 3, 5, 11, 7, 9];
Math.max.apply(null, ary) -> 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment