asynchronous means it doesn't wait for operations ...
# suitescript
c
asynchronous means it doesn't wait for operations to return before moving on so if you need to act on some return, then you have to use some form of promise API otherwise it just keeps on moving