Understanding "this" Keyword
Hello everyone let's understand the this keyword little bit before understanding just see an example of this used in objects :
const person = {
name: "Rohit",
greet: function() {
console.log("
javascript-insights-by-rohit.hashnode.dev3 min read