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

  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

Tag Closures

  1. What is wrong with this piece of code?

    Tags : JS input/output Closures

Tag ES6

  1. Asked In : Nagarro Walmart Publicis Sapient
    Tags : ES6

Tag this

  1. Asked In : To The New HCL Walmart
    Tags : this execution-context

Tag execution-context

  1. Asked In : To The New HCL Walmart
    Tags : this execution-context

Tag JS

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

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

  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

Tag Code Implementation

  1. Learn to center align <div> with fixed and variable width and height

    Asked In : Nagarro
    Tags : Code Implementation CSS
  1. bind() is use to invoke a function in JS. It allows us to -

    Asked In : Nagarro
    Tags : Code Implementation

Tag Code implementation

  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

Tag 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

Tag display

  1. Asked In : Nagarro Publicis Sapient
    Tags : CSS display

Tag Web workers

  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

Tag PWA

  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

Tag Functions in JS

  1. Interview Questions

    Tags : Functions in JS

Tag typeScript

  1. Typescript basic types and syntax

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

Tag Problem solving

  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

Tag Easy

  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

Tag Arrays

  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