JavaScript Promises : Explained for Beginners
Do you know JavaScript is a single threaded language, meaning it can do one thing at a time. Which will lead to blocking code. If JavaScript waits for each task to finish before moving on, websites wo
mehtabblogs.hashnode.dev5 min read