Home
<!DOCTYPE html> <html> <body> <h1>Demo: eval</h1> <script> eval("alert('this is executed by eval()')"); </script> </body> </html>
Result: