How to create an array with N empty elements in javascript
Differently from what one my think, the array constructor doesn’t create an array with empty values. This articles shows you various ways of achieving it.
Differently from what one my think, the array constructor doesn’t create an array with empty values. This articles shows you various ways of achieving it.