Tag: JavaScript
call(), apply() and bind() in JavaScript
Set this explicitly with call, apply, and bind.
Object-Oriented JavaScript
Model domains with objects/classes while knowing prototypes underneath.
Callback Functions in JavaScript
Pass functions to be called later (events, timers, array methods).
Scope in JavaScript
Understand where variables are visible: global, function, and block.