_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss
Unless I am mistaken k is the current array index and n is the initial
array index, so the step "Repeat while k < n" is a noop. I presume it
should say "Repeat while k < length"
- Array.prototype.indexOf typo James Graham
- Re: Array.prototype.indexOf typo Thomas L. Shinnick

