Tinklern
Member since
Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
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. |