diff --git a/samples/003.html b/samples/003.html index b7de373..862f57a 100644 --- a/samples/003.html +++ b/samples/003.html @@ -9,7 +9,14 @@ console.warn("This is a warning") console.info("Very important information") console.error("Failed to send your very important data to Google") + + let x = btoa("Hello world") + console.log(x)

Check your console, there must be a few log messages there :^)

+

There should be 5 logs.

+ +

There aren't that many logs (or there's none!)

+

File a bug report.