Skip to content

SunJieMing/js-minicamp-homework-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework #2

Instructions


  1. 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.

    • for
    • &&, ||, !
    • Arrays
    • Git
    • GitHub
  2. Install git. https://git-scm.com/downloads

  3. 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
  4. Make the tests pass!

Congratulations on finishing Homework #2!

For more information about Lambda School's six month CS program visit: https://lambdaschool.com

About

LambdaSchool's JavaScript Mini-Bootcamp Homework #2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published