Skip to content

Instantly share code, notes, and snippets.

@Mongey
Created August 20, 2014 23:12
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 Mongey/7d2815a61ef9fa724e61 to your computer and use it in GitHub Desktop.
Save Mongey/7d2815a61ef9fa724e61 to your computer and use it in GitHub Desktop.
var id,max=0;var videos= _jsdata.videos; for(var i=0;i<videos.length;i++){if( parseInt(videos[i].votes,10) >max) {max= videos[i].votes; id = videos[i]; }}; console.log(id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment