Skip to content

Instantly share code, notes, and snippets.

@dmitry-ilyashevich
Created November 1, 2011 18:57
Show Gist options
  • Save dmitry-ilyashevich/1331530 to your computer and use it in GitHub Desktop.
Save dmitry-ilyashevich/1331530 to your computer and use it in GitHub Desktop.
Snippets for Javascript
$.extend({ max: function(a, b) { return a > b ? a : b; } });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment