Uncategorized
-
I have learned something, I have learned that JS (and conversely in some cases TS) is a bitch when it comes to scoping (and, conversely, why we had `self` throughout a code-base). So, basically, if a function definition is thus: the scoping means that `this` points to the function definition, so in order to reference…
