Understanding This, Bind, Call and Apply in JavaScript
Β· 3 min read
Many of you may have been asked about This keyword in an interview. It is a really important concept in JavaScript yet slightly confusing to new developers. Today let us disscuss this, apply, call and bind in JavaScript.