var result = [] // good for Memory result[i] = xx // bad result.push(xx)
Last updated 8 months ago
Was this helpful?