On Wed, Jul 23, 2014 at 2:00 PM, Michael Haufe <[email protected]> wrote:
> Array.prototype.removeAt(index); > Array.prototype.remove(element); > We already have an equivalent of removeAt: Array.prototype.splice(index, 1). My concern about remove still stands. -- "The first step in confirming there is a bug in someone else's work is confirming there are no bugs in your own." -- Alexander J. Vincent, June 30, 2001
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

