The author argues that callbacks do not necessarily impact code's readability in a negative way. However, he does so while presenting examples in CoffeeScript, a language where reduction of the usual JS callback boilerplate (`function() { ... }`) is one of the main perks.
In other words, he claims there is no issue by presenting a possible solution to it.
In other words, he claims there is no issue by presenting a possible solution to it.