This chapter is from the book
Summary
During this hour, you've been introduced to several components of JavaScript programming and syntax: functions, objects, event handlers, conditions, and loops. You also learned how to use JavaScript comments to make your script easier to read.
You have now reached the end of Part I of this book and should have a general idea of what JavaScript's about. In Part II, you'll learn more about JavaScript's most important components: functions, variables, strings, arrays, conditions, and loops.