JS: Introduction to the Debugging Challenges

Greetings,
While starting the Intro to debugging section of the Javascript certification, I noticed that the first example of a syntax error is also missing a curly bracket.

I am not suggesting a edit to the code because I like the way it illustrates how easy it is for your eyes to glance over something that looks structurally similar to what a new programmer is accustomed to seeing.

I am suggesting adding to the note following that a curly bracket is also missing.

This seems pretty trivial in the grand scheme but I think it would also be a really simple fix.

Thank you all for the work that you do, I am really enjoying this resource.

  • Beasley.
1 Like

That’s right. Maybe worth to include a link to the problem

2 Likes

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

1 Like

Well, what a great opportunity to go through the github tutorial!