1. Which html markup element is used to surround javascript code? script
  2. What keyword is used to declare a JavaScript variable? var
  3. If you want to use a dialog box to get input from the user, what function should you use? prompt
  4. If you want to write a string to a web page, what function should you use? write or writeln
  5. Can you use JavaScript to write a file to the hard disk? no
solutions