Open in app
Home
Notifications
Lists
Stories

Write
Nandan Pandey
Nandan Pandey

Home

Pinned

Introducing Promises in JavaScript

A promise is an object used as a placeholder for a value, which might be available as a result of asynchronous operations such as a response from an HTTP request. When we make an asynchronous call, it immediately returns a promise object to register callbacks that will run when the…

Callback

3 min read

Introducing Promises in JavaScript
Introducing Promises in JavaScript

May 10, 2021

Understanding var and let

Let's first discuss how variables declared, withvar and let are different. Both let and var are used to declare variables, that can be optionally initialized at the time of declaration. As per MDN: The var statement declares a function-scoped or globally-scoped variable, optionally initializing it to a value. The let…

Var

6 min read

Understanding var and let
Understanding var and let
Nandan Pandey

Nandan Pandey

Sr. JavaScript Developer at GlobalLogic, React, Nextjs, GraphQl, Serverless, JamStack

Following
  • Lori Caricofe

    Lori Caricofe

  • Nick Babich

    Nick Babich

  • Mike McMillan

    Mike McMillan

  • Sebastian Eschweiler

    Sebastian Eschweiler

  • GeekyAnts

    GeekyAnts

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable