Skip to content

learnitmyway/fizz-buzz-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A really simple TDD exercise in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published