JS input/output (8)
Closures (1)
ES6 (2)
this (1)
execution-context (1)
JS (4)
Object creation (1)
Accessibility (2)
Code Implementation (2)
Code implementation (1)
CSS (3)
display (1)
Web workers (1)
PWA (1)
Functions in JS (1)
typeScript (2)
Problem solving (1)
Easy (1)
Arrays (1)
Tag JS input/output
-
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
Tag Closures
Tag ES6
Tag this
Tag execution-context
Tag JS
-
We use Redux a lot now a days. It is a state management library and has some core concepts like...
Asked In :Tags :JS
-
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
-
Object.create() is one of the 4 techniques to create a new object in JS.
Asked In :Walmart
Nagarro
Tags :JS
Object creation
Tag Object creation
-
Object.create() is one of the 4 techniques to create a new object in JS.
Asked In :Walmart
Nagarro
Tags :JS
Object creation
Tag Accessibility
-
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
Tag Code Implementation
-
Learn to center align <div> with fixed and variable width and height
Asked In :Nagarro
Tags :Code Implementation
CSS
-
bind() is use to invoke a function in JS. It allows us to -
Asked In :Nagarro
Tags :Code Implementation
Tag Code implementation
-
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
Tag 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
Tag display
Tag Web workers
-
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
Tag PWA
-
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
Tag Functions in JS
Tag typeScript
-
Typescript basic types and syntax
Asked In :Tags :typeScript
Tag Problem solving
-
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
Tag Easy
-
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
Tag Arrays
-
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