Thanks to visit codestin.com
Credit goes to github.com

Skip to content

divijm/LambdaSchool_JS_Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JS-Minicamp-Homeworks

Homework 1

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.

    • Variables
    • Strings
    • Functions (arguments, return)
    • if statements
    • Boolean values (true, false)
  2. Install Node and NPM. NPM comes packaged with Node. https://nodejs.org/en/download/

  3. Install SublimeText3. If you have another editor that you prefer then you can use that. https://www.sublimetext.com/3

  4. Download this project folder from GitHub.

  5. Navigate into the downloaded folder using Terminal(Mac) or Command Prompt(Windows). ls(Mac), dir(Windows) and cd <directory_name> are the commands you need to navigate around.

  6. Once you are in the folder type the command npm install. This will fetch all of the needed requirements for the project.

  7. Run npm test to run the automated tests. At first all of the tests will be broken. You will fill out the functions in exercises.js to make the tests pass.

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 loop
    • && || !
    • Array
    • 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! w For more information visit: https://www.lambdaschool.com

About

A free online mini code bootcamp from Lambda School in Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published