Hey there! Welcome to the 36th Easy JavaScript tutorial, part of EasyProgramming.net. The "this" keyword in JavaScript is a reserved keyword meant to help you target certain objects in JavaScript. To be more specific, it's meant to help you target the current object.
This tutorial gives you a brief introduction on how to use the "this" keyword in JavaScript. We'll be using it a lot over the next few tutorials covering custom JavaScript objects.
To fork the fiddle and follow along: https://jsfiddle.net/easyjs/sqfhyr0s/
Remember to checkout the Resources section below for associated downloadable content, JSFiddle links, and other resources. Watch the video and follow along!