How can you avoid callback hells? Technology Community › Category: Node.js › How can you avoid callback hells? 0 Vote Up Vote Down VietMX Staff asked 4 years ago To do so you have more options: modularization: break callbacks into independent functions use Promises use yield with Generators and/or Promises