Skip to content

Instantly share code, notes, and snippets.

@yrgoldteeth
Created October 1, 2011 04:39
Show Gist options
  • Select an option

  • Save yrgoldteeth/1255600 to your computer and use it in GitHub Desktop.

Select an option

Save yrgoldteeth/1255600 to your computer and use it in GitHub Desktop.
Array.max = (array) ->
Math.max.apply Math, array
Array.min = (array) ->
Math.min.apply Math, array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment