Zopa Interview Question

How do you deal with a callback hell?

Interview Answer

Anonymous

Jul 16, 2017

First of all, I do my best to not fall into one before I write my code. I use promises, so I hardly have any of the callback hell's problems.