Skip to content

jeanmayorga/fizzbuzz-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzzz in Typescript

What is Fizz Buzz ?

FizzBuzz is a very simple programming task, used in software developer job interviews, to determine whether the job candidate can actually write code.

Using Test-driven Development

Test-driven development (TDD) is a development technique where you must first write a test that fails before you write new functional code.

Available Scripts

To run all tests in watch mode:

$ yarn test:watch

To run all tests:

$ yarn test

To run fizzbuzz function:

$ yarn start

Tech i used:

  • jest
  • ts-jest"
  • ts-node
  • typescript

About

Fizzbuzz challenge in Typescript

Resources

Stars

Watchers

Forks