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

 
 
 

Contributors