-
Feynman Writing Prompts - Write out explanations of the following concepts like you are explaining it to a 12 year old. Doing this will help you quickly discover any holes in your understanding. Ask your questions on Slack.
- Callback Functions
- Closure
arguments
- Recursion
prototype
- Constructors
-
Fork and clone this repo. When you need to commit use the following commands.
git status
git add --all
git status
git commit -m "your commit message"
git push origin master
-
Install dependencies using
npm install
. Run tests usingnpm test
. -
Make the tests pass!
For more information about Lambda School's six month CS program visit: https://lambdaschool.com