A glimpse into the mind of a JavaScript framework author
Have you ever read the source code of a popular library and come across comments which explain what the code is doing? Sometimes the… (more…)
Read more »
Master ‘this’ by learning exactly how its rules work in JavaScript. Eliminate the cloud of uncertainty surrounding this keyword. Learn exactly how ‘this’ is determined, how to predict what it will be before you run your code, and how to leverage its uses. Read more