fork download
  1. <head>
  2. <script type="text/javascript">
  3.  
  4. function prompter() {
  5. var reply = prompt("Enter dollar", "")
  6. alert ( "this is " + reply*84 + " taka")
  7. }
  8.  
  9. </script>
  10. </head>
  11. <body>
  12. <input type="button" onclick="prompter()" value="Dollar Convert!">
  13. </body>
Runtime error #stdin #stdout 0.26s 213248KB
stdin
Standard input is empty
stdout
Standard output is empty