test.html 118 B

12345678
  1. <body>
  2. <h1>asdfasdf</h1>
  3. <script>console.log('ok333333', {a: "bbb"});
  4. let v = 9/0;
  5. let x = asdf/22;
  6. </script>
  7. </body>