Hacker News new | ask | show | jobs
by homami 3630 days ago
Using class enables us to chain instances naturally in JS syntax, especially because JS lacks infix functions or custom operators. o1.then(f).then(g).run(cb)