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
All though there is nothing wrong with doing this in terms of functionality, I would suggest that you create an easier variable name to utilize throughout your code. This is one of those situations where; just because you can do something, doesn't mean you should.
There are a lot of console logs left in your code that you should clean up. A small bit of advice is to clean up your console log as soon as you're done with them. This helps keep your console more easy to read when you're trying to debug something that you're currently working on.
Fantastic number of commits! I can tell you guys worked really hard on this one and I think it paid off. The react app is well written and the backend is too. Well done.
The text was updated successfully, but these errors were encountered:
All though there is nothing wrong with doing this in terms of functionality, I would suggest that you create an easier variable name to utilize throughout your code. This is one of those situations where; just because you can do something, doesn't mean you should.
There are a lot of console logs left in your code that you should clean up. A small bit of advice is to clean up your console log as soon as you're done with them. This helps keep your console more easy to read when you're trying to debug something that you're currently working on.
Fantastic number of commits! I can tell you guys worked really hard on this one and I think it paid off. The react app is well written and the backend is too. Well done.
The text was updated successfully, but these errors were encountered: