Skip to content

MatthijsBlom/javascript

Repository files navigation

DEPRECATION NOTICE

This track will be deprecated as part of the migration of Exercism to V2. Going forward, the EcmaScript track will replace the JavaScript track as "the new JavaScript" track.

  • User's old submissions will be migrated
  • PRs unrelated to the deprecation will be closed as wontfix
  • Issues unrelated to deprecation will be closed as wontfix

Thank you to all the many invested and hardworking contributors who have helped to make this track a success!!

JavaScript Build StatusJoin the chat at https://gitter.im/exercism/xecmascript

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%