Guest User

Untitled

a guest
Nov 14th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. someFile1.someFunction1(req).then((result1)=>{
  2. .
  3. .
  4. .
  5. .
  6.  
  7. someFile2.someFunction2(req).then((result2)={
  8. return(result2);
  9. });
  10.  
  11. return(result1+result2);
  12.  
  13. })
Add Comment
Please, Sign In to add comment