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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-[ ] I have removed the comments fron the questions
-[ ] I have added comments to my code, particularly in hard-to-understand areas
-[ ] I have removed all of the debugging 'console.logs'
-[ ] I have ensured that all of my variables, functions, etc. are named sensibly (Are able to be understood by someone who has not seen my code before)
-[ ] I have read through my changes to make sure that I did not change anything that was not related to the issue I am fixing