This chapter is from the book
Summary
You covered quite a lot of ground this hour.
First of all you learned various ways to include JavaScript code in your HTML pages.
You studied how to declare variables in JavaScript, assign values to those variables, and manipulate them using arithmetic operators.
Finally, you were introduced to some of JavaScript’s event handlers, and you learned how to detect certain actions of the user’s mouse.