Possible Duplicate:
Most efficient way to create a zero filled JavaScript array?
I wish to create an array in JS, the array will store integer value.
I would like to increment some of the values by 1, o at first I would like that each cell in the array would contain 0
Is it possible to do it in JS ?
Note: The array is of unknown size upon creation