I really enjoyed the Colt Steele videos.  They move at a nice pace and allow you time to practice the commands.

Here are the answers to the tutorial problems.

Greetings

Stalker

Age Calculator

Here are the answers to the problem sets.

Desserts

Credits

Quotes

Name Character Count

Blog Post Question

In order to connect a javascript file to an html file, you must place a reference to the javascript in the html file. This reference can be placed in the head tag or the bottom of the body tag.  To insert this reference you use the script tag. Both an opening and closing tag. Inside the opening tag, you place two attributes one a type and the other an src attribute.

<script type="text/javascript src="filename.js"></script>

When you write code in the console you can see the results right away. When writing code in an html/js file, you must run the code in the browser to see the results.

Leave a Reply

Your email address will not be published. Required fields are marked *

css.php