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