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