You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a suggestion, but the syntax of callbacks is pretty difficult to read in general. Once you get your head around them, its really worth looking into promises - you'll be using them for a long time, trust me. Bonus points if you learn async/await! This is not just cosmetic, it will make it easier for you to debug your code in the long run.
The text was updated successfully, but these errors were encountered:
This is more of a suggestion, but the syntax of callbacks is pretty difficult to read in general. Once you get your head around them, its really worth looking into promises - you'll be using them for a long time, trust me. Bonus points if you learn async/await! This is not just cosmetic, it will make it easier for you to debug your code in the long run.
The text was updated successfully, but these errors were encountered: