Wednesday, April 12, 2017

lambda functions in TypeScript keep you from having to do var self=this; and .bind(this); tricks

this in a lambda gets handed in from the outside implictly

No comments:

Post a Comment