Skip to content

learnitmyway/fizz-buzz-js

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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