Closed beaufortfrancois closed 8 years ago
This work is quite impressive! Nicely done.
May I suggest also another nit? ES6 Arrow functions bind automatically the this value which means you don't necessarily need the that trick.
this
that
Thanks the suggestion!
This work is quite impressive! Nicely done.
May I suggest also another nit? ES6 Arrow functions bind automatically the
this
value which means you don't necessarily need thethat
trick.