Let’s start with the basics and understand how the setTimeout methods are executed in the browser. We will see the Call stack, Browser API and Message queue to understand the topic here. Basically every statement executed in Javascript are sent to Call stack to get executed one by one and in there if it encounters … Continue reading “what is the value of “this” inside javascript setTimeout?”
HomeTag: arrowfunctions