Javascript

  1. Debouncing In the debouncing technique, no matter how many times the user fires the event, the attached function will be...

    Asked In : Walmart
    Tags :
  1. Interview Questions

    Tags : Functions in JS
  1. 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
  1. 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
  1. Interview Questions

    Asked In : To the new Appinventive Wunderman Thompson
    Tags : JS
  1. bind() is use to invoke a function in JS. It allows us to -

    Asked In : Nagarro
    Tags : Code Implementation
  1. Object.create() is one of the 4 techniques to create a new object in JS.

    Asked In : Walmart Nagarro
    Tags : JS Object creation
  1. Asked In : To The New HCL Walmart
    Tags : this execution-context
  1. Asked In : Nagarro Walmart Publicis Sapient
    Tags : ES6
  1. What will be the output?

    Tags : JS input/output
  1. What will happen, if we declare an array using a const and try to change one of its values?

    Tags : JS input/output
  1. What is the length of an array?

    Tags : JS input/output
  1. What will be the output?

    Tags : JS input/output
  1. What value will be displayed in the console?

    Tags : JS input/output
  1. Is this statement correct? If yes, what will be the output here?

    Tags : JS input/output
  1. What will get printed in console.log()?

    Tags : JS input/output
  1. What is wrong with this piece of code?

    Tags : JS input/output Closures

HTML

  1. 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
  1. 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

  1. 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
  1. Asked In : Nagarro Publicis Sapient
    Tags : CSS display
  1. Learn to center align <div> with fixed and variable width and height

    Asked In : Nagarro
    Tags : Code Implementation CSS

TypeScript

  1. Typescript basic types and syntax

    Asked In :
    Tags : typeScript
  1. Asked In :
    Tags : typeScript

Array

  1. 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

  1. 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

  1. We use Redux a lot now a days. It is a state management library and has some core concepts like...

    Asked In :
    Tags : JS