Executing non empty promise results while disregarding empty results – Javascript
I have this code that executes a function to promise 4 public methods, the public methods have code to return nothing if they don't meet a certain criteria. If one of the results is empty (undefined), I want it to…