Creating a price tracker with MERN
This is the project that I submitted for the recent online hackathon and I want to share how you can also build this app.
Aug 2, 202234 min read1.6K

Search for a command to run...

Series
Here we will be discussing about the concepts in javascript. How things work and how javascript actually works.
JavaScript is weird, that's why it will we fun in this series.
This is the project that I submitted for the recent online hackathon and I want to share how you can also build this app.

Let's learn about web APIs, even loop, call stack and many more

setTimeout and setInterval are not actually included in javascript - let's understand this.
