History of Array.prototype.every() Revision history for: English (US) Jul 23, 2016, 2:14:04 AM lx-t Previous Jul 19, 2016, 4:50:52 AM eduardoboucas Standardise "Return value" section Previous Jul 18, 2016, 11:01:55 AM fscholz clr review; thx! Previous Jul 17, 2016, 4:44:55 PM eduardoboucas Added a "Return value" section to the "Syntax" box, so that it’s quicker and easier to see what the function returns, in line with the "Parameters" section. Other function pages already have this and this is an effort to standardise that across the board. Previous Dec 25, 2015, 8:46:40 AM fscholz add ES draft Previous Aug 25, 2015, 2:52:36 AM fscholz cleanup Previous Aug 25, 2015, 12:16:47 AM lattice callback's first argument is required and the others are not. Previous May 5, 2015, 4:14:31 PM fscholz Revert to revision of 2015-01-12 14:02:08 by SphinxKnight: "The ES6 spec uses "Array.prototype.every ( callbackfn [ , thisArg] )" so it is "callbackfn" instead of "predicate" there. Rolling this back to callback." Previous Apr 30, 2015, 2:20:53 PM RainbowDangerDash callback->predicate Previous Jan 12, 2015, 2:02:08 PM SphinxKnight Adding polyfill tag