javascript

code, jquery, web design-583073.jpg

What is Asynchronous JavaScript?

Asynchronous simply refers to making many events occur simultaneously in any order without waiting for one another, and this definition applies to asynchronous Javascript. ​​ ​​In this article, I’ll go through the concept of asynchronous JavaScript, Callback, Promises, Async/Await, Callback queue, Event Loop, and Web browser features (Web API). ​​ ​​Javascript is a single-threaded language …

What is Asynchronous JavaScript? Read More »

javascript, programmer, code-4523100.jpg

Tokenization in JavaScript

Tokenization is a fundamental concept in programming that plays a crucial role in various domains. In JavaScript, tokenization holds immense importance, enabling computers to understand and interpret the code developers write. This article will explore tokenisation and its significance and provide practical examples using JavaScript code snippets. By breaking down complex ideas into easily understandable …

Tokenization in JavaScript Read More »