Tinklern
Registrato in data
Aggiornamenti alla documentazione
Mostra tutte le attivitàPagina | Data | Commento |
---|---|---|
Array.prototype.splice() |
Disregard previous edit, examples are not stateless. -- reverted var myFish = ['angel', 'clown', 'drum', 'mandarin', 'surgeon']; to var myFish = ['angel', 'clown', 'mandarin', 'surgeon']; | |
Array.prototype.splice() |
Code Sample was incorrect. var myFish = ['angel', 'clown', 'mandarin', 'surgeon']; was assumed to be var myFish = ['angel', 'clown', 'drum', 'mandarin', 'surgeon']; in all later code samples. This made index references incorrect. |