Lecture 2011 09 28

Continuing Javascript


InLab: before you leave today, you must show Dr. Haynes or Sai the current state of your code.

Have the user input a string to a prompt box.
Put the string into an array of characters (e.g., use charAt() and a for loop)
Output each character in the array to an alert box.