Mohd Zaid Multanimzaid07.hashnode.dev·Oct 15, 2023Unraveling the abrupt behaviour of JavaScript: Understanding the "Why?"JavaScript is a dynamic and flexible programming language widely used for web development. While it offers many advantages, it is also notorious for its occasional abrupt behaviour, which can perplex developers. In this blog post, we will delve into ...JavaScript
saurabh suryavanshisaurabhsuryavanshi.hashnode.dev·Oct 10, 2023Understanding the Single-Threaded Nature of JavaScriptThreads? What Are They? Before diving deep into JavaScript's single-threaded nature, let's take a brief detour to understand threads. Think of a thread as a sequence of instructions that can be executed. In the realm of computers, having multiple thr...27 readsJavaScript
Oluwatobi Adebayoweirdgenius.hashnode.dev·Dec 31, 2022JavaScript is Single Threaded"Have you ever wondered why people can multitask but cannot perform any action while sneezing? Imagine sneezing while operating a vehicle; I guarantee you'd beg your guardian angel to take the wheel."😁 Let's now explore the synchronous world of Java...2 likes·32 readsJavaScript
Koushik Sahaksaha.hashnode.dev·Sep 11, 2022Single-threaded in JavaScriptNote: JavaScript is a single-threaded, non-blocking, asynchronous, concurrent a programming language with lots of flexibility. JavaScript is a single-threaded language because while running code on a single thread, it can be really easy to implemen...1 like·34 readssingle-threaded