Uber Interview Question

Implement a Timer (with three buttons: start, stop, reset) by HTML and JavaScript.

Interview Answer

Anonymous

Jan 20, 2018

I finished this with some HTML and plain JS. But I think the problem was I didn't create it as a reusable component.