react-coding-challenges
react-coding-challenges copied to clipboard
Fix the condition for rocket take off
It should start after 5 seconds, and do not come back.
This looks like a solution to me (albeit not the correct one either). If i'm wrong, please add a comment explaining your fix.
Currently the rocket starts immediately after page load, and comebacks after 5 seconds. My PR is not supposed to provide a solution to the coding task, but rather fix this little quirk. The solution to the coding task is elsewhere anyway.
@alexgurr is the intention to expect the candidate to spot&fix this problem?
Interesting, I've never spotted this. Let me verify the problem/fix. This is not part of the challenge :)