One Simple explanation of `this` inside JavaScript
Even the most experienced developers sometimes make mistakes while using this in JavaScript or TypeScript ( I am learning Typescript now... LOL)
In simple terms, this is going to be equal to the left of the function call.
const holi = {
color: "...
aniketicloud.hashnode.dev1 min read