Just started a new app dev. Let's see how many days this will take. The previous one took me 25 days.
currently in production review related to promise monitor
#newstartup #newidea
Day 10/21 ā JavaScript: Callback, Promise & Async/Await
Today I learned how JavaScript handles asynchronous tasks like API calls, file loading, or timers. ā”
š¹ Callback ā a function passed into another function
function fetchData(cb) {
setTimeou