Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.06 KB

FizzBuzz

This is our first programming exercise in the internship bootcamp. We will write some code to play the game "FizzBuzz". The requirements for this game can be found here.

Setup Steps

  1. Fork this repo

    • Go to this repo's GitHub page
    • Click "Fork" in the top-right of the page - this will create a copy of this repo in your own GitHub account
  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 a note of the URL. For this you can clone with either HTTPS or SSH.
    • Clone your repo into a folder by running git clone <your-url-here> in your terminal of choice
  3. "Cloning the repo" will create a folder on your computer with the files from this repo. Open this folder in VSCode.

  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