What is “this” in regular functions and arrow functions?

Hi, today I’m going to describe you how the keyword “this” work inside a regular function and an arrow function. We have this button – the user can click this button and then a name will appear in the browser. The HTML file will be this – index.html The Javascript file will be this – … Continue reading What is “this” in regular functions and arrow functions?