Guest User

Untitled

a guest
Feb 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function callbackHell(theLastCallback) {
  2. request(url, (err, res, body) => {
  3. if(false) {
  4. theLastCallback(body)
  5. }
  6. });
  7. }
Add Comment
Please, Sign In to add comment