forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 2
FreeCodeCamp Interviews
Quincy Larson edited this page Aug 20, 2016
·
1 revision
We're happy to do a quick interview for your publication or show. Here's whom you should contact about what, and how to best reach them:
- Want to talk to about Free Code Camp's curriculum or long-term vision? Reach out to Quincy Larson. He's @ossia on Twitter and @quincylarson on Gitter.
- Want to talk about Free Code Camp's open source codebase, infrastructure, or JavaScript in general? Talk to Berkeley Martinez. He's @berkeleytrue on Twitter and @berkeleytrue on Gitter.
- Want to explore our efforts to empower nonprofits with code? Michael D. Johnson eats, sleeps and breathes that. He's @figitalboy on Twitter and @codenonprofit on Gitter.
- Want to get a camper's perspective on our community? Talk with Bianca Mihai. She's @bubuslubu on Twitter and @biancamihai on Gitter. Or you can talk with Suzanne Atkinson. She's @steelcitycoach on Twitter and @adventurebear on Gitter.
We strive to be helpful and transparent in everything we do. We'll do what we can to help you share our community with your audience.
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