Skip to content

JoshAaronLevy/javascript-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Challenges

These are exercises to help you learn how to write basic algorithms and test your understanding on programming logic.

Setup

To get started, download this project onto your machine.

In your web browser, looking at index.html page that is within the assignment folder, you'll see a page that shows a bunch of failing JavaScript tests.

How to proceed

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

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

Once it's ready, test your solution.

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

You can see how each test invokes the problem's solution 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.

NOTE:

If your code has an error, all of the tests will fail without warning or explanation. Check your syntax.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published