Guest User

Untitled

a guest
Dec 15th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const response= fetchRemoteData.getRemotedata().then(function(remotedata) {
  2. return remotedata;
  3. });
  4.  
  5. console.log(response);
Add Comment
Please, Sign In to add comment