SyntaxFix
Write A Post
Hire A Developer
Questions
promiseA(pram).then( result => { //make sure promiseA function allready success and response //do something here }).catch(err => console.log(err)) => { // handle error with try catch }