- Published on
Building more complex JavaScript applications that run in a user’s browser it’s very essential to be able to store information in the browser that is where we can make use of localStorage
Building more complex JavaScript applications that run in a user’s browser it’s very essential to be able to store information in the browser that is where we can make use of localStorage
A promise in JavaScript is exactly what it sounds like - you use it to make a promise to do something, usually asynchronously.