ACaniket Chhariinaniketnov.hashnode.dev·Mar 31, 2023 · 2 min readThis Keyword in JSthis keyword/variable: is a special variable that is created for every execution context and therefore any function. this keyword => will always take the value of the owner of the function in which, this keyword is used.We also say that it points t...00