Skip to content

IvnLinares/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

"# fizzbuzz"

🐝 fizzbuzz

This is a little excersice to some job aplications, it's realized whit JavaScript, using Jest (and Node) for automatize testing.

πŸƒβ€β™‚οΈ How to run?

On CMD o VSCode Terminal execute "npm test".

πŸ’» Example:

If u run correctly, u should see this on screen:
√ should print 1 if receive 1 (2 ms).
√ should print fizz if receive 3.
√ should print fizz if receive a multiple of 3 (1 ms).
√ should print fizz if receive 5.
√ should print buzz if receive a multiple of 5.
√ should print fizzbuzz if receive a multiple of 3 and 5 (1 ms).

About

fizzbuzz with test in js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published