Implement a Timer Component – React Interview Question
I have gotten this problem twice in my React interviews. What’s the problem statement? Create a timer application which increments by 1 in intervals of 1 second, with 3 buttons on the UI: Play, pause,… Implement a Timer Component – React Interview Question