© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Pratham Shah
What is this? this = "Who called this function?" Simple as that. const person = { name: "Alice", greet: function() { console.log("Hello, I'm " + this.name); } }; person.greet(); // "Hello,
No responses yet.