This book offers brief coverage of JavaScript and Web programming, suitable for intro to computer/Internet literacy/Web programming courses.
20 drill and 20 practice questions/answers at the end of each chapter; supporting Web site with source files and interactive tutorials A supporting web site provides an interactive tutorial for each chapter. A script engine, written in JavaScript, drives the 20 questions mentioned above. This site also stores the lengthier source files listed in the book. No programming knowledge is assumed to learn JavaScript or use this book. Equal attentions to language mechanics and web objects.
- JavaScript Basics–how to write scripts; HTML tags; JavaScript overview and examples; object concepts and terminology; event handling
- Programming Basics–language mechanics; operators; control structures
- Document Objects–DOM; various objects and their methods, properties, and
event handlers - Form Elements–form elements (controls) and their methods, properties, and event handlers
- Numbers and Strings–manipulating string and numeric data types
- Dates, Arrays, and Custom Objects–handling date-related items, user-created arrays and objects