Top Categories
This keyword in JavaScript in Hindi
- Category:
- Sub Category:
Welcome, What is this keyword in javascript in Hindi. What is “this” keyword in JavaScript. this keyword refers to an object, that object which is executing the current bit of javascript code. In other words, every javascript function while executing has a reference to its current exe
Welcome, What is this keyword in javascript in Hindi. What is “this” keyword in JavaScript. this keyword refers to an object, that object which is executing the current bit of javascript code. In other words, every javascript function while executing has a reference to its current execution context, called this. Execution context means here is how the function is called.