Players generally sit in a circle. The player designated to go first says the number "1", and each player thenceforth counts one number in turn. However, any number divisible by three is replaced by the word fizz and any divisible by five by the word buzz. Numbers divisible by 15, which is both become fizz buzz. A player who hesitates or makes a mistake is eliminated from the game.
https://github.com/iTopPlus/ExamJSTDD
For example, a typical round of fizz buzz would start as follows:
1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...
Create Unit Testing for Fizz Buzz
https://mermaidjs.github.io/mermaid-live-editor
Data example Sales Table
id | name | extension_number | leader_id | join_date | resign_date | SEX |
---|---|---|---|---|---|---|
1 | Prayut | 1001 | Null | 2018-09-19 | 0000-00-00 | M |
2 | Pravit | 1002 | 1 | 2017-09-19 | 0000-00-00 | M |
3 | Prakorn | 1003 | 1 | 2018-05-01 | 0000-00-00 | M |
4 | Prathan | 1004 | Null | 2016-01-09 | 0000-00-00 | M |
5 | Prapan | 1005 | 4 | 2016-09-19 | 2019-09-20 | M |
6 | Pratavit | 1006 | 4 | 2015-03-19 | 0000-00-00 | M |
7 | Pratawan | 1007 | Null | 2017-02-19 | 0000-00-00 | F |
8 | Padthai | 1008 | 7 | 2015-05-22 | 0000-00-00 | F |
9 | Patcharee | 1009 | 7 | 2017-12-15 | 0000-00-00 | F |
DEMO Site: https://hungry-jackson-0a5da9.netlify.com/