/ Published in: JavaScript
Expand |
Embed | Plain Text
var largest = Math.max.apply(Math, myArray);
You need to login to post a comment.
var largest = Math.max.apply(Math, myArray);
You need to login to post a comment.