- From: Adam de Boor <adeboor@google.com>
- Date: Wed, 5 Aug 2009 22:34:58 -0700
- To: public-webapps@w3.org
Received on Thursday, 6 August 2009 07:47:28 UTC
this is a minor point, but I'm finding the name of the "splice" method to be odd. To me splice means to join, and "slice" would seem a more appropriate name. The Array object has both splice and slice, and the former is used for removing and inserting data and modifies the array in place, while the latter pulls out a sub-part of the array into a new array. a -- Adam de Boor Google
Received on Thursday, 6 August 2009 07:47:28 UTC