1
Is there a better way to work with promises and callback?
some examples: https://gist.github.com/emersonbroga/1fc25bce61dd0035990a
people say to avoid callback hell, using promises but it feels the same hell.
people say to avoid callback hell, using promises but it feels the same hell.