NKNeetesh Kumar Sharmainneetesh.hashnode.dev路Mar 19, 2023 路 5 min readEvent loopdo you know javascript is a single-threaded language? but using a few smarter data structures, it gives us the illusion of multi-threaded. It means that the main thread where JavaScript code is run, runs in one line at a time manner and there is no p...00
NKNeetesh Kumar Sharmainneetesh.hashnode.dev路Feb 15, 2023 路 3 min readExecution Context And Call StackHello 馃憢馃徎 lovely people, You would have thought, How javascript works under the hood.In this article, we're going to dive into it and you might wonder because it's pretty fascinating 馃槸. In javascript, whenever the script executes, some Execution Co...00
NKNeetesh Kumar Sharmainneetesh.hashnode.dev路Jan 29, 2023 路 8 min readlet VS var VS constHi folks 馃憢馃徎, hope you are doing extremely well 馃槑. In this quick article, we will discuss the different variable-defining methods in javascript. in short, javascript provides us to define variables using three keywords var, let, and const History o...00
NKNeetesh Kumar Sharmainneetesh.hashnode.dev路Jan 26, 2023 路 2 min readHello developers!Who I'm? Hi folks 馃憢, you're looking confused, well myself Neetesh, and I'm new 馃槈 at blogging it's my first blog, and also trying to complete my first new year resolution 馃. Oh, I shouldn't share it with but that's ok 馃憣. For the shake of introduct...00