cgrinaldi
6/14/2015 - 11:07 PM

promise-example.js

a()
  .then(b)
  .then(c)
  .then(d);