- Fork this repository
- Clone your copy of it to your local machine
- Open in Atom
Read the directions and complete all activities in each file, in this order:
comparisons
decisionMaking
ifStatements
codeChallenges/README
selfEvaluation
Based on what you know about Git workflow, make commits as you see fit.
After you've commited and pushed your work back up to your copy of this repo, provide the repo link in the Google Submission Form.
Write a JavaScript program that defines a variable that stores an Number. The program should print out the String "even" if the Number is even, and the String "odd" if the Number is odd.