An exercise walking through essential JavaScript language features, using the JavaScripting workshop by Seth Vincent.
Setup
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:
This will install and initialize the JavaScripting workshop on your Cloud9 workspace.
Run the workshop
To begin the workshop, run the following command in your terminal:
You’ll see the menu:
Navigate the menu with the up & down arrow keys.
Choose a challenge by hitting enter.
Verify
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
to go to the next problem, or
to select a new problem from the menu.
Commit your solutions
Work on all of the workshop problems, committing and pushing changes as you go.
Submit your assignment
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.
Questions/Comments/Feedback
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.
