Run ยป
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <script> alert(5+2*"10") </script> </body> </html>