Zopa interview question

How do you deal with a callback hell?

Interview Answer

Anonymous

16 July 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.