haresh lakhwanidailylearn.hashnode.dev路Mar 7, 2023setTimeout + Closures Interview Question 馃敟In this blog, we are going to learn about a few interesting questions related to set timeout and closure. So let's start directly with an example. function x(){ var i = 1; setTimeout(function(){ console.log(i); },1000) } x(); From the abov...54 likes路318 reads2Articles1WeekAdd a thoughtful comment2 commentsTop commentsRonika mathoor路Mar 11, 2023Mar 11, 2023Easy understanding in this blog 路ReplyRandy willson路Mar 29, 2023Mar 29, 2023Well done with explanation 鉁岋笍 路Reply