rahul singh tomarRest Operator in JavaScriptThe rest operator was introduced in ES6, which you should now know is the sixth edition of the ECMAScript Standard, released in 2015.Jul 30Jul 30
rahul singh tomarUse Strict in JSStrict mode is a feature in JavaScript that was introduced in ECMAScript 5. It lets you write code in such a way that follows stricter…Jul 29Jul 29
rahul singh tomarEvent delegation in ReactEvent delegation is a technique used in JavaScript, including libraries and frameworks like React, to efficiently handle events on elements…Apr 24Apr 24
rahul singh tomarMemonize Function in JSMemoization in javascript is an optimization technique, to reduce the complexity of the application, runtime of the application, and proper…Aug 16, 2023Aug 16, 2023
rahul singh tomarPolyfills for call,apply and bindWe will discuss how to create polyfills for the call, apply, and bind methods in this article. Call: A function’s prototype with syntax is…Aug 15, 2023Aug 15, 2023
rahul singh tomarFront End System Design ComponentsThere are 11 front end system design components that we discussed hereAug 9, 2023Aug 9, 2023
rahul singh tomarPromise Polyfill in Javascripta Promise in JavaScript represents the eventual completion (or failure) of an asynchronous operation and allows you to handle the result…Jul 7, 2023Jul 7, 2023
rahul singh tomarWhat is HTTP?It is an application layer protocol called the hypertext transfer protocol that enables communication and data exchange between web-based…Jul 6, 2023Jul 6, 2023
rahul singh tomarDutch Flag AlgorithmThis Algorithm is used to sort number in array of 0,1,2 . it is called Dutch algorithm because in dutch flag there are three colors.May 23, 2022May 23, 2022