/ Published in: JavaScript
Expand |
Embed | Plain Text
var largest = Math.max.apply(this, [1,2,3,4,5]);
You need to login to post a comment.
var largest = Math.max.apply(this, [1,2,3,4,5]);
You need to login to post a comment.