Run
<!DOCTYPE html> <html> <body> <script> var a=5+10 alert(a); </script> </body> </html>