Raised a PR on this project PetMe where two buttons were overlapping The Dark Mode & Navigating up button. So I removed the dark mode button as it was already in the navigation bar and the other button is still there.
#OpenSource#opensourcecontribution#webdev#webdeveloper
*Learning about call stack & event loop in Javascript*
JS is a single thread language i.e it will execute one block of code at a time now some functions might take a lot of time to execute that can cause blocking hence the concept of event loop and call stack is used.