this keyword in Javascript
Feb 8, 2023 · 4 min read · This keyword in javascript is used to refer to objects. This keyword points to a different object depending on how it is used. For a regular function, the pointing of this keyword depends on how and where the function is being called. For the arrow f...
Join discussion