codelab
codelab copied to clipboard
Create a fake console
trafficstars
What the issue is about
If the user breaks interactive exercise, there is an error in the console, but there is no user feedback:

We should handle this use case better.
Many of existing online JS environments actually display a fake console, notifying the users of errors.

We should probably do the same.
Where to start
Start by breaking something locally
While setting up runner to forward the errors would be a pretty advance task, it should be possible to define the component and APIs without wiring it up, and that would be a very valuable contribution.