David Bruant (2014-07-31T11:21:43.000Z)
Le 31/07/2014 09:25, Maxime Warnier a écrit :
> Hi everybody,
>
> I was reading the doc for the new Set method and something suprised me :
>
> Why Set uses the size method instead of the length property ?
IIRC and with my own words "length" refers more to something that can be 
measured contiguously (like a distance or a number of allocated bytes, 
etc.) while "size" doesn't have this contiguous aspect to it.

David
domenic at domenicdenicola.com (2014-08-07T16:03:38.341Z)
IIRC and with my own words "length" refers more to something that can be 
measured contiguously (like a distance or a number of allocated bytes, 
etc.) while "size" doesn't have this contiguous aspect to it.