Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.     <head>
  3.         <script type="text/javascript">
  4.                 function badPart() {
  5.                         return {
  6.                                 ok: false
  7.                         };
  8.                 }
  9.                 alert(badPart().ok);
  10.         </script>
  11.     </head>
  12.     <body>
  13.     </body>
  14. </html>