Understanding 'this' Keyword in Normal and Lambda Functions
"this" in a normal function
"this" keyword in a normal function simply refers to the caller of that function. I mean who is calling that function. If the global object is calling that function then "this" will refer to the global object. Let's take a...
jazimabbas.hashnode.dev4 min read