JavaScript : 20 lessons to successful web development / Robin Nixon.

Featuring step-by-step instructions and video tutorials, this book delivers a proven method for building real-world JavaScript skills in less than an hour per lesson.

Saved in:
Bibliographic Details
Online Access: Full Text (via O'Reilly/Safari)
Main Author: Nixon, Robin, 1961- (Author)
Format: eBook
Language:English
Published: New York : McGraw-Hill Education, [2015]
Subjects:
Table of Contents:
  • Introduction to JavaScript
  • Incorporating JavaScript into a web page
  • Working with arithmetic operators and functions
  • Applying comparison and logical operators
  • Creating JavaScript arrays
  • Accessing multidimensional arrays
  • Calling array functions
  • Pushing to and popping from arrays
  • Advanced array manipulation
  • Controlling program flow
  • Looping sections of code
  • Writing functions
  • Manipulating JavaScript objects
  • Handling errors and regular expressions
  • Interacting with the document object model
  • Inserting inline JavaScript and events
  • Controlling cookies and local storage
  • Working with different browsers
  • Implementing interrupts and timeouts
  • Using Ajax.