The promise chain will continue if a fulfilled promise is returned. If a value is returned, it will be seen as a fulfilled promise instance whose value is the returned one. getResult().then(res => { return res // if this is just a value, this will...
yagilocker.hashnode.dev2 min readNo responses yet.