Which browser should I use?
It is highly recommeded to use chrome to complete this coding practice.
Which code editor should I use for exercise?
VS Code.
I accidentally deleted something in an coding practice that I shouldn't have. What should I do?
The easiest way is to just revert back to the previous version on your editor. If you want to start anew, then just checkout that particular file from GitHub again using something like:
git checkout HEAD -- exercise/01-helloWorld.js