Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 926 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 926 Bytes

FizzBuzz

  1. Fork this repo

  2. Clone (download) the repo

    • Go to your newly-created fork of the repo (on GitHub).
    • Click Clone or download (the green button on the right).
    • Make sure the page says Clone with HTTPS (rather than Clone with SSH).
    • Open your git client (e.g. Git bash or GitKraken) and use this link to clone the repo.
      Your trainer will able to help you with this.
  3. "Cloning the repo" will create a folder on your computer with the files from this repo.
    Open this folder in Visual Studio Code.

  4. Open a command-prompt in this same folder.
    Your trainer can show you how to do this, if you need any help.

  5. Run this command to run your code:
    node fizzbuzz.js