Join Slack
Powered by
You should stop using new Array() too in your code...
# suitescript
c
creece
12/02/2018, 7:51 PM
You should stop using new Array() too in your code, its bad performance wise. Just use bracket notation []. Line 28 declares a new Array() and then line 29 (which is really all you need) is REdeclaring the array a 2nd time w/ data.
Open in Slack
Previous
Next