What Does `this` Actually Mean in JavaScript?
Who Is JavaScript Talking About When It Says "this"? Most beginners are told that this means "the current object." That explanation sounds fine - until you use it and get undefined where you expected

Search for a command to run...
Articles tagged with #chaicohort
Who Is JavaScript Talking About When It Says "this"? Most beginners are told that this means "the current object." That explanation sounds fine - until you use it and get undefined where you expected

Object-Oriented Programming in JavaScript: Classes, Objects & Encapsulation Explained So far in this series, we've covered variables, control flow, operators, loops, arrays, array methods, functions,

Learn how arrow functions simplify your code - one concept at a time

JavaScript Functions Explained: Declaration vs Expression Welcome back to the series! So far we've covered variables, control flow, operators, loops, arrays, and objects. Today we're tackling one of t
