PinnedRajeev RWeb Workers and MultithreadingWeb worker is a browser API facilitating multi-threaded architecture which makes it possible to execute multiple JavaScript code/task in…Aug 16, 2021Aug 16, 2021
Rajeev RThe Observer pattern in JavaScriptOne of the widely used pattern in JavaScript is the Observer pattern. Every events you use on your browser (click, keypress, hover, custom…Sep 17, 2019Sep 17, 2019
Rajeev RThe Promise in JavascriptA Promise is an object representing the eventual completion or failure of an asynchronous operation.Sep 11, 2019Sep 11, 2019