Too Long; Didn't Read
In the previous article, I described my main coding tasks for React interview. I always suggest 2-3 coding tasks in native JS to see how candidates understand main JS concepts. The next task is a task to implement a simple timer in Vanilla JS. The idea is to create a timer to test how candidates can interact with HTML elements. For more experienced developers we can try to use more interesting approaches. For example, a timer should start and we see counting in the display every second and the timer will pause.
Share Your Thoughts