My current script is trying an `each` function on ...
# suitescript
c
My current script is trying an
each
function on the results, which is fine but I also have to tell it to make a new array, which has been annoyingly problematic (hashtag supernewb) which will be used by the display function. With what I'm reading about with
map
it's already makeing a new array and that will make my poor brain a bit happier.