From a3f43a07442e6268e9f589fe822d59cf9f91f300 Mon Sep 17 00:00:00 2001 From: xTrayambak Date: Tue, 29 Oct 2024 06:17:07 +0530 Subject: [PATCH] Revert "(xxx) update sample" This reverts commit cbbcb7885cfbc716b8ffa19887ea5e75982a61cd. --- samples/003.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/samples/003.html b/samples/003.html index 862f57a..b7de373 100644 --- a/samples/003.html +++ b/samples/003.html @@ -9,14 +9,7 @@ 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.