Giter Site home page Giter Site logo

lambda-challenge's Introduction

Lambda Challenge

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 developer. We're willing to bet on you.

Pending a final interview, those that complete the Lambda Challenge successfully may be invited to attend Lambda School without paying anything upfront; no loans, no debt, and no upfront tuition. Pay nothing at all until you're making $50k+ as a software engineer.

After the completion of the Lambda Challenge, we'll schedule you for a priority interview, and you can skip the pre-course work that we normally require.

If the questions in here are too difficult then you can begin working through our regular precourse work which covers the fundamentals 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

lambda-challenge's People

Contributors

boblauer avatar mmeinzer avatar sunjieming avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.