quadsurf / function-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Higher Order Function Tests

In this exercise, you'll need to solve a set of increasingly difficult puzzles aimed at helping you master higher order functions.

NOTE: Many of the puzzles can be solved with loops. You're encouraged to NOT use loops and use the higher order functions we have discussed.

Setup

To get started, download this code onto your machine by following these setup instructions.

  1. Fork this repository to your own GitHub account.
  2. Clone your forked repository to your development environment.
  3. Open the repository's project directory in your text editor.
  4. Open the assignment.html file in your web browser.

In your web browser, you'll see a page that shows a bunch of failing JavaScript tests. Locate the area that shows how many tests are passing and how many are failing.

How to proceed

Your job is to make all these JavaScript tests pass by completing their respective puzzle.

  1. Open the assignment.js file in your text editor.
  2. Read the instructions for each puzzle.
  3. Solve the puzzle by writing JavaScript.

Once it's ready, test your solution.

  1. Tab over to the browser with Command + Tab.
  2. Refresh the browser with Command + R.
  3. Scroll to the puzzle's test and see if it's still red.
  4. Once the test is green, you've solved the puzzle.

You can see how each test invokes the puzzle's function by clicking on the test description.

Wrestle with it

You may encounter challenges that seem confusing or impossible. Don't despair! This exercise is designed to challenge you. Resist the urge to just copy-and-paste code from your classmates, but definitely ask for help and talk to your peers.

When you're done with the main assignment, your page should look like this. Green check marks next to each test means the entire test suite is passing.

About


Languages

Language:JavaScript 98.9%Language:CSS 0.9%Language:HTML 0.2%