forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 2
FreeCodeCamp Completion Time
Quincy Larson edited this page Aug 20, 2016
·
1 revision
It takes about 2,080 hours to complete Free Code Camp.
Free Code Camp is fully online, and there will always be other people at your skill level that you can pair program with, so you can learn at your own pace. Here are some example coding schedules:
Time budgeted | Hours per week | Weeks to complete |
---|---|---|
Weekends | 10 hours/week | 208 weeks (48 months) |
Nights and Weekends | 20 hours/week | 104 weeks (24 months) |
Full time | 40 hours/week | 52 weeks (12 months) |
Traditional Bootcamp Pacing | 80 hours/week | 26 weeks (6 months) |
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links