Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Flanagan, David
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Beijing ; Farnham : O'Reilly, 2011.
Edición:6th ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.