Click Racer

Step 4: Move the racer forward each time it is clicked.
Hint: Use the left style to set how far from the left edge the racer is:
racer.style.left = `${someNumber}px`
Hint: If you're having trouble, look at the incrementing variable exercises.
Last step Next section