https://github.com/brianprost/frontend-javascript-exercises
https://github.com/brianprost/frontend-javascript-exercises
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianprost/frontend-javascript-exercises
- Owner: brianprost
- Created: 2014-09-25T20:55:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T19:32:29.000Z (over 11 years ago)
- Last Synced: 2025-02-26T12:43:19.716Z (over 1 year ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the JavaScript exercise repo to accompany Bloc's Front-end Web Development apprenticeship.
Follow the environment setup from the Roadmap before solving these exercises.
> Before you start a new exercise, be sure to run `git pull bloc master` from your virtual machine's command line. This will pull the master branch of this repo into your local repo and merge updates with your changes. Updates to this repo will be pushed occasionally (when we add or fix new exercises, tests, etc.), and `git pull bloc master` will ensure that you are working with the latest exercises. You may also "watch" this repo to get email notifications of updates and issues.