Join Slack
Powered by
my guess is that when you return an Object (includ...
# suitescript
e
erictgrubaugh
11/11/2016, 8:27 PM
my guess is that when you return an Object (including an Array, which is technically an Object), NetSuite basically iterates over the enumerable properties of the data structure and passes each element to
map
or
reduce
accordingly
Open in Slack
Previous
Next