Javascript – Using async/await with a service call
I'm having trouble understanding how to use async/await in this scenario. I have a function GetAdditionalProducts() that calls a service and returns a result. I call that function elsewhere where I need access to that result but it executes that…