Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created February 8, 2018 06:27
Embed
What would you like to do?
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