Skip to content

Some exercise questions for Javascript beginners with JSHint and unit testing

Notifications You must be signed in to change notification settings

marketlytics/js-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Exercises for Beginners

This is a small set of javascript exercises which are configured with testcases so they can be implemented and tested while being worked on.

Getting started

You will need to clone this repo on your local machine. Alternatively you can download the zip file from the sidebar on the right.

Once cloned you will need to run npm install in the terminal (You need to have Node + npm configured for this)

Then run grunt to start the watching process (you need to have grunt installed for this)

Open the exercises folder in your code editor. Split screens between the editor and the terminal.

Edit the file, on saving it will run jshint (to ensure you have correctly written your javascript) and then unit test the function.

About

Some exercise questions for Javascript beginners with JSHint and unit testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published