What `apply` rather than `.then` ? Or am I complet...
# typescript
b
What
apply
rather than
.then
? Or am I completely off with the comparison?
e
Yeh
apply
is pretty much
then
, if your into functional programming they're both instances of a monadic bind.