HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>Check your Console</p> <script> console.assert(true, "I will not display"); console.assert(false, "I will display"); </script> </body> </html>
OUTPUT
×

Save as Private