Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 638 Bytes

Fizz buzz - JavaScript

This exercise is a demonstration of TDD in JavaScript using. I have also completed the exercise in Java

Task

https://en.wikipedia.org/wiki/Fizz_buzz

Article

A really simple example of TDD: A step by step introduction to Test Driven Development.

Set up

  • Install dependencies npm install

Run checks

  • lint and tests with npm run precommit

Notes:

  • Prettier is included in the vscode settings but excluded from linting. I decided to do this so the editor doesn't get spammed with formatting errors.