Skip to content

A test-driven approach to assessing JS skills

Notifications You must be signed in to change notification settings

Shoshin23/js-assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A test-driven JS assessment

This repo is my fork of the JS Assessment repo by Rebecca Murphey, this fork contains the the solutions to the test so if you want to get to the real JS Assessment you can go right there

##How to Run?

Go the root of the cloned repo and run:

npm install
node bin/serve

You can then view the tests in your browser at http://localhost:4444.

If you download my repo then all tests should hopefully pass. I'll keep updating the /app folder as i keep passing each of the tests.

You can also run (most of) the tests on the command line:

npm test

The command line runner is a work in progress;

Kudos to Rebecca!

License

Copyright © 2012 Rebecca Murphey.

This work is licensed under the Creative Commons Attribution-Share Alike 3.0 license. You are free to share and remix the work, and to use it for commercial purposes under the following conditions:

  • Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Any of these conditions can be waived if you get permission from the copyright holder.

About

A test-driven approach to assessing JS skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%