Hi fellow codecademy users!
I need some help figuring the syntax I made from the project I’m doing. Basically they’re giving me this error message. Here’s the project by the way:(https://www.codecademy.com/courses/introduction-to-javascript/projects/race-day)
I tried changing thelet
variable with ‘const’ but it doesn’t apply the proper results.
Here’s my original syntax input:
. Here you can see I want the ‘let raceNumber’ interpolated into my strings at my ‘if…else’ statement. I’m aware my solution is false, but I need someone who can help me clarify my mistakes. Thank you so much in advance!