Hacker News new | ask | show | jobs
by williamdclt 2896 days ago
Of course you are. The `smth` method will receive whatever arguments the caller gives.

This totally works but only if `smth` has been declared as an arrow function (so that is captures the class `this` context).