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
Your countdown timer feature in index.js in the timer folder is a really cool feature! The countdown function itself looks like a helper function, if you want to modularise it you could move it into a separate file in the utils folder, then import it into the timer component where it is called. But actually, you probably don't need to, since it's such a short function
The text was updated successfully, but these errors were encountered:
Your countdown timer feature in index.js in the timer folder is a really cool feature! The countdown function itself looks like a helper function, if you want to modularise it you could move it into a separate file in the utils folder, then import it into the timer component where it is called. But actually, you probably don't need to, since it's such a short function
The text was updated successfully, but these errors were encountered: