React component which updates itself every second and displays the current second of a wall clock inside a <div ></div> element. If the current second is a multiple of three, it displays "Fizz". If the current second is a multiple of five it displays "Buzz". If the current second is a multiple of three and five it displays "FizzBuzz". This is really intersting task to play with Watch.
-
Notifications
You must be signed in to change notification settings - Fork 0
React component which updates itself every second and displays the current second of a wall clock inside a <div ></div> element. If the current second is a multiple of three, it should display "Fizz". If the current second is a multiple of five it should display "Buzz". If the current second is a multiple of three and five it should display "Fiz…
Saad-Noor/ReactJS-Task-by-ORDA
About
React component which updates itself every second and displays the current second of a wall clock inside a <div ></div> element. If the current second is a multiple of three, it should display "Fizz". If the current second is a multiple of five it should display "Buzz". If the current second is a multiple of three and five it should display "Fiz…
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published