underscore.html 101 B

123456789
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. _ = [1, 2, 3];
  5. </script>
  6. </head>
  7. <body>
  8. </body>
  9. </html>