Skip to content
/ wswk1 Public
forked from portsoc/wswk1

A few files for trying out cloning and JS unit tests.

Notifications You must be signed in to change notification settings

matbear/wswk1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Script Week 1

A few files for cloning.

Hints:

  • Always check the README.md for extra information on how to load, configure and run the code.
  • You can download a zip, or use the git binary or Github desktop app to clone the code.

Explanation:

  • This is a very basic example of a javascript library (index.js) and a set of unit tests (assess.js) for checking the that the library is operating correctly.
  • Opening index.html in a browser causes the unit tests to be run.
  • By editing index.js all three tests can be made to pass.

About

A few files for trying out cloning and JS unit tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • HTML 36.1%