Skip to content

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…

Notifications You must be signed in to change notification settings

Saad-Noor/ReactJS-Task-by-ORDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS-Task-by-ORDA

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.

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

No packages published