HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <script> const x = 1; x = x + 1 //Error will occur, check your console document.write("x = "+x); </script> </body> </html>
OUTPUT
×

Save as Private