Skip to content

duckets615/Lambda-Challenge

 
 

Repository files navigation

Web Development Lambda Challenge

If you have not yet filled out the form at https://lambdaschool.com/web-challenge/ please do that before submitting your pull request.

In order to remove even more barriers for those that want to participate in Lambda School, we've created the Lambda Challenge.

Based on our data, we are confident that if you can complete the Lambda Challenge, we can help you learn to code, and get a job as a web developer. This test enables you to bypass the regular precourse work.

You should also complete an application for our webdev course if you have not already done so. Apply here.

Prerequisites

You will need to download Node in order to run the automated tests. You can download Node here. You will also need to have git installed on your computer in order to clone the repository. You can download it here.

In order to complete this assessment you will need to have a basic understanding of the following concepts:

JavaScript
  variables
  if statements
  for loops
  functions
  arrays
  objects
  math operators
  equality and logical operators
  
Git/GitHub
  fork
  clone
  add
  commit
  push
  pull request
  
Command Line (Terminal on Mac or Command Prompt on Windows)
  navigation (ls, dir, cd)
  running git commands

Instructions

You will need to install Node in order to run the automated tests. You can download Node here.

  1. Fork this repository to your GitHub account.

  2. Clone the forked copy to your local computer: git clone <fork url>.

  3. From the command line, in your newly-cloned Lambda-Challenge directory, run npm install.

  4. Complete the problems outlines in assessment.js.

  5. As you complete the problems, check your progress by running npm test from the command line.

  6. When you are finished and all of the tests are passing, push them up to your personal Lambda-Challenge fork.

git add --all
git commit -m "Completed assessment"
git push
  1. Submit a pull request on GitHub to the LambdaSchool/Lambda-Challenge repository.

  2. After we verify that the tests pass, we will send you an email to schedule an interview.

Resources

Forking, cloning, and making a pull request

JavaScript references and tutorials

Basic Terminal Commands

Basic Command Line Commands

Free Intro to JavaScript Course

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%