Console output on check code

Thanks for the great courses available at codecademy. It has helped me and my friends a lot!
I would like to give you guys at some feedback/advice about the way you display errors on “Check work”:
When clicking Check work the app responds with a custom error/hint provided by codecademy. This is sometime helpful, but sometimes its quite off. e.g. I was working on the JS async course and I had copied a list of function calls from the example. They where in a different order than expected. I got an error after pressing ‘Check work’ but I had no idea what the program was outputting. FAQ: Async Await - Await Promise.all()

Maybe it’s a good idea to show some console output to the student, so they can easily fix there problem and they can also directly learn how to fix/debug broken code.

1 Like