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