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 logger function is really smart haha, I'm sure it was really useful for debugging when you were working on the project !
However, it's best to remove any console.logs when you're done working on a project so your code is clean for anyone who might pick it up after you. Same goes for commented out code - if you're not using it, remove it !
The text was updated successfully, but these errors were encountered:
your logger function is really smart haha, I'm sure it was really useful for debugging when you were working on the project !
However, it's best to remove any console.logs when you're done working on a project so your code is clean for anyone who might pick it up after you. Same goes for commented out code - if you're not using it, remove it !
The text was updated successfully, but these errors were encountered: