Assignment005
JavaScript document.write
As you write your JavaScript code, please remember that JavaScript is not as forgiving as HTML. If you code something wrong, your Web page generates an error. Be patient and keep these things in mind when coding JavaScript:
- JavaScript is case sensitive
- JavaScript is white-space sensitive (enters matter!)
- JavaScript is sensitive to apostrophes (or single quotes)
- JavaScript lines should end with a semi-colon