Javascript
-
Debouncing In the debouncing technique, no matter how many times the user fires the event, the attached function will be...
Asked In :Walmart
Tags :
-
Javascript is single-threaded and multiple scripts can not execute at the same time. So if we execute any heavy computation...
Asked In :Publicis Sapient
Go-jek
Tags :Web workers
PWA
-
Currying is a technique of working with functions. Currying can make a function callable from f(a, b, c) to f(a)(b)(c)...
Tags :JS
Code implementation
-
bind() is use to invoke a function in JS. It allows us to -
Asked In :Nagarro
Tags :Code Implementation
-
Object.create() is one of the 4 techniques to create a new object in JS.
Asked In :Walmart
Nagarro
Tags :JS
Object creation
-
What will happen, if we declare an array using a const and try to change one of its values?
Tags :JS input/output
-
Is this statement correct? If yes, what will be the output here?
Tags :JS input/output
HTML
-
Accessibility refers to web content, and a UI (user interface) that can be understood, navigated, and interacted with by a...
Asked In :Publicis Sapient
Go-jek
Tags :Accessibility
-
WAI-ARIA(Web Accessibility Initiative - Accessible Rich Internet Applications) is a technology that works by adding in further semantics that browsers...
Asked In :Publicis Sapient
Tags :Accessibility
CSS
-
Uses float is mainly used to create a column layout without the use of tables. A column layout can be...
Asked In :Nagarro
Tags :CSS
-
Learn to center align <div> with fixed and variable width and height
Asked In :Nagarro
Tags :Code Implementation
CSS
TypeScript
-
Typescript basic types and syntax
Asked In :Tags :typeScript
Array
-
Problem (link) Given an array of integers nums and an integer target, return indices of the two numbers such that...
Tags :Problem solving
Easy
Arrays
Leetcode
-
Problem (link) Given an array of integers nums and an integer target, return indices of the two numbers such that...
Tags :Problem solving
Easy
Arrays
Redux
-
We use Redux a lot now a days. It is a state management library and has some core concepts like...
Asked In :Tags :JS