An exercise walking through essential JavaScript language features, using the JavaScripting workshop by Seth Vincent.
To begin:
-
Create a new Cloud9 workspace from your new repository.
- Alternatively, you may clone your new repository to your computer.
-
In your new Cloud9 workspace, run this command in the terminal:
npm install
This will install and initialize the JavaScripting workshop on your Cloud9 workspace.
To begin the workshop, run the following command in your terminal:
javascripting
You’ll see the menu:
Navigate the menu with the up & down arrow keys.
Choose a challenge by hitting enter.
Verify your solution by running:
javascripting verify FILENAME
where FILENAME
equals the name of the solution file. For instance, verifying
the first problem would be:
javascripting verify introduction.js
Once you’ve completed a solution, run
javascripting next
to go to the next problem, or
javascripting
to select a new problem from the menu.
Work on all of the workshop problems, committing and pushing changes as you go.
When you’ve completed all of the workshop problems,
Create a pull request
from your javascripting
repository to submit the assignment.
You are also welcome commit, push, and create a pull request before you’ve
completed your solution. You can ask questions or request feedback there in
your pull request. Just mention @barberboy
in your comments to get my
attention.
If you have questions, comments, or run into problems, please post in the Gitter chat room for this assignment. Click the "Gitter | Join Chat" button at the top of this README.