I am a front-end developer!
Below are the languages/frameworks I've worked on..
Some of my featured projects see all
A social media app with features such as create/edit/delete posts, follow users, like/comment on posts, view profiles, edit profile and save posts.
An E-commerce app for eyewear with features such as filter products, wishlist management, cart management, address management, payment integration, coupons and checkout
I am also working on some technical and non techincal blogs. I like to document my journey of learning.
As a developer once in a while in your javascript journey
you may have got confused between the promise methods. Today
in this article, I am going to walk you through promise.all()
and promise.allSettled() methods of promises.
In this article I am going to walk you through Closures one of the important concept in JavaScript. By the end of this article you will get an idea about closures. What is closure? A function along with its lexical scope bundled together forms a closure.