call nind
this in Different Contexts
1. Inside an Object
When a function is a method inside an object, this refers to that specific object.
JavaScript
const user = {
name: "Alice",
greet: function() {
c
web-devlopment-journey-tushar.hashnode.dev2 min read