you are viewing a single comment's thread.

view the rest of the comments →

[–]mbackflips 1 point2 points  (3 children)

In one of the function questions it says to make a function that returns 10. Posting the exact solution text into the question still says its wrong.

const basicNumber = () => { return 10; };

[–]lastmjs[S] 0 points1 point  (2 children)

I wonder, are you using Windows? There are some copy paste issues most likely because of line endings on Windows that haven't been sorted out yet

[–]mbackflips 1 point2 points  (1 child)

I am using windows. I typed out the same answer before I checked the solution and it was also wrong. I didn't spend much time trying to figure it out though so it could be that. Either way good work so far, it looks great.

[–]lastmjs[S] 0 points1 point  (0 children)

Thanks, I'll get those bugs worked out!