In the last lesson we used some JavaScript to
move a funny looking stick person around the screen. Today we’re going to build
on that having you write some JavaScript yourself.
Today we’re going to see if we can learn a more about JavaScript. To do this we’re
going to use our reference, Mozilla.
Look at the
reference
and follow their example on how to use JavaScript variables. This will wind up
adding some html and JavaScript to your page such that you can load it, be
prompted for your name, and have your name ultimately written to the page! Feel
free to use your html file above, to practice what you read. Read the entire
page.
At the bottom you’ll find a link to Test your
skills!.
Give it a try :)