Admissions: +91 - 8288898268 Counselling: +91 - 9041417268 +91 - 9041417268 Apply For Scholarship
Published: 13 Jan 2026

EPISODE 4 – this Keyword

Published by Digittrix Academy · IT Career Short · Duration: 45 sec

The “this” word is one of the most confusing concepts in JavaScript and a favorite topic in technical interviews.

This video explains how this does not have a fixed value. Instead, it changes based on how a function is called, not where it is written. When a function is invoked as an object method, this refers to that object. In arrow functions, however, this is lexically scoped and takes its value from the surrounding context where the function is defined.

This video covers:

A must-watch for anyone preparing for JavaScript interviews or aiming to write more predictable and bug-free code.