Skip to content

Instantly share code, notes, and snippets.

@PavanGangireddy
Created March 4, 2021 16:25
Show Gist options
  • Save PavanGangireddy/f36bbb8e69dd54d921b464fe2601ab1a to your computer and use it in GitHub Desktop.
Save PavanGangireddy/f36bbb8e69dd54d921b464fe2601ab1a to your computer and use it in GitHub Desktop.

FAQ

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment