Just an implementation in JavaScript of this popular Kata
Runs in Node.js and uses mocha for unit tests.
You'll need to install Node.js and npm and git.
git clone https://github.com/jfresco/tenniskata
cd tenniskata
npm install
npm test
Fork this repo and send me your pull requests.