In the mission Solve first word, I'm getting this error when I try to run my solution:
SyntaxError: unknown: Unexpected token (24:1)
22 | assert.equal(firstWord("hi"), "hi")
23 | console.log("Coding complete? Click 'Check' to earn cool rewards!");
> 24 | }
| ^
Is this on my end or is this a problem with the run code?
Created at: 2018/03/06 15:44; Updated at: 2018/03/08 07:22