JavaScript: 20 Lessons to Successful Web Development
- Length: 1 pages
- Edition: 1
- Language: English
- Publisher: McGraw-Hill Education
- Publication Date: 2015-01-27
- ISBN-10: 007184158X
- ISBN-13: 9780071841580
- Sales Rank: #1879265 (See Top 100 Books)
Master JavaScript in 20 lessons–online video tutorials included!
Based on the author’s successful online courses, this complete, integrated learning tool provides easy-to-follow lessons that feature clear explanations, sample code and exercises, and video tutorials. Each lesson is designed to take you less than an hour to complete.
JavaScript: 20 Lessons to Successful Web Development covers the basics, including variables, operators, arrays, objects, and values. Next, you’ll learn how to use conditional statements, work with multidimensional arrays, manipulate objects, handle errors, manage cookies, use Ajax, and much more. Together, the book and almost five hours of video training make learning JavaScript easier than ever!
Ready-to-use code at www.mhprofessional.com
Table of Contents
PART I JavaScript Basics
Chapter 1 Introduction to JavaScript
Chapter 2 Incorporating JavaScript into a Web Page
Chapter 3 Working with Arithmetic Operators and Functions
Chapter 4 Applying Comparison and Logical Operators
Chapter 5 Creating JavaScript Arrays
Chapter 6 Accessing Multidimensional Arrays
Chapter 7 Calling Array Functions
PART II Advanced JavaScript
Chapter 8 Pushing to and Popping from Arrays
Chapter 9 Advanced Array Manipulation
Chapter 10 Controlling Program Flow
Chapter 11 Looping Sections of Code
Chapter 12 Writing Functions
Chapter 13 Manipulating JavaScript Objects
Chapter 14 Handling Errors and Regular Expressions
Chapter 15 Interacting with the Document Object Model
Chapter 16 Inserting Inline JavaScript and Events
Chapter 17 Controlling Cookies and Local Storage
Chapter 18 Working with Different Browsers
Chapter 19 Implementing Interrupts and Timeouts
Chapter 20 Using Ajax
PART III Appendixes
Appendix A Answers to the Self-Test Questions
Appendix B Common JavaScript Functions