Iziren / javascript-2

Exercism exercises in JavaScript.

Home Page:http://exercism.io/languages/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Build Status

Exercism exercises in JavaScript

Installing

To run the tests, you'll need NodeJS and Jasmine. For information about how to install these tools, see the Javascript page.

Tasks

The following commands assume that you are in the javascript directory:

Unit Tests: All Assignments

make test

Unit Tests: Single Assignment

make test-assignment ASSIGNMENT=wordy

Code Style

npm run lint

Contributing Guide

Please see the contributing guide

About

Exercism exercises in JavaScript.

http://exercism.io/languages/javascript

License:MIT License


Languages

Language:JavaScript 99.4%Language:Makefile 0.3%Language:Shell 0.2%