History of Array.prototype.forEach() Revision history for: English (US) Sep 14, 2016, 1:15:22 PM rwaldron Minor nit picking to make closer to other examples Previous Sep 14, 2016, 6:19:09 AM BenB If the array is modified during iteration, other elements might be skipped Previous Sep 14, 2016, 6:18:43 AM BenB Previous Sep 12, 2016, 12:21:19 PM jpmedley Previous Aug 31, 2016, 4:52:48 AM fscholz clr review Previous Aug 29, 2016, 8:02:53 PM preston-geiken The optional this in the Syntax example should go after the brackets. Please see https://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.20 Previous Aug 29, 2016, 7:41:30 PM preston-geiken The optional comma in the Syntax example should be inside the brackets. Please see: https://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.20 Previous Aug 21, 2016, 9:16:56 AM tarnos12 Previous Aug 17, 2016, 2:42:40 PM fscholz clear review Previous Aug 9, 2016, 6:27:47 PM yozlet Polyfill: use '===' for null comparison