JavaScript the definitive guide

A revised and updated edition offers comprehensive coverage of ECMAScript 5 (the new JavaScript language standard) and also the new APIs introduced in HTML5, with chapters on functions and classes completely rewritten and updated to match current best practices and a new chapter on language extensio...

Full description

Main Author: Flanagan, David.
Format: Books Print Book
Language: English
Published: Sebastopol, CA ; Cambridge : O'Reilly, Ã2011.
Edition: 6th ed.
Subjects:
Table of Contents:
  • Introduction to JavaScript
  • Core JavaScript. Lexical structure ; Types, values, and variables ; Expressions and operators ; Statements ; Objects ; Arrays ; Functions ; Classes and modules ; Pattern matching with regular expressions ; JavaScript subsets and extensions ; Server-side JavaScript
  • Client-side JavaScript. JavaScript in web browsers ; The window object ; Scripting documents ; Scripting CSS ; Handling events ; Scripted HTTP ; The jQuery library ; Client-side storage ; Scripted media and graphics ; HTML5 APIs
  • Core JavaScript reference
  • Client-side JavaScript reference.