What does ‘that = this’ in JavaScript mean?
Explain why the usage of ‘that = this’ assignment is still required in Javascript. (more…)
Read more »
Maintaining medium to large projects is a pain. Even if you try to split things up into multiple files, you start to realize that managing imports starts getting ugly. I’d be lying if I said my files never looked like this: Read more