forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 2
FreeCodeCamp Curriculum Sequence
Quincy Larson edited this page Aug 20, 2016
·
1 revision
- HTML5 - The structure of web pages.
- CSS - The visual style of web pages.
- Bootstrap - A "responsive design" tool that helps your websites look great on tablets and phones.
- jQuery and Ajax - Easy tools for controlling content in the browser.
- JavaScript - The one programming language that all web browsers use.
- Algorithms - Step-by-step recipes for getting things done.
- Git - A version control system for saving and sharing your projects.
- MongoDB - A popular non-relational database.
- D3.js - A JavaScript library for producing dynamic, interactive data visualizations in web browsers.
- Express.js- A powerful web development framework.
- Node.js - A platform for creating scalable network applications.
- SASS - A scripting language that is interpreted into Cascading Style Sheets (CSS).
- API Development - A set of routines, protocols, and tools for building software and applications.
- Agile - A set of software development principles that focus the design and production of a project on the needs of its users
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