forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 2
Summit October 2015
Quincy Larson edited this page Aug 20, 2016
·
1 revision
Our October 3, 2015 Summit began at noon EST on Saturday on twitch.tv channel and be available afterward on our youtube channel.
During this 1 hour live stream, we'll:
- launch our free Front End and Full Stack Development Certificate programs
- demo our new, more comprehensive portfolio pages
- demo a new way that all our campers can immediately start helping nonprofits
- talk with camper Blake Johnston, who created the Clementine.js boilerplate that Free Code Camp will use for our full stack Back End Project challenges
- launch our first-ever t-shirt campaign on teespring.com
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