Cargando…

Eloquent Javascript : a modern introduction to programming /

JavaScript is at the heart of almost every modern Web application, whether it's Google Apps, Twitter, or the newest browser-based game. Though it's simple for beginners to pick up and play with, JavaScript is not a toy-it's a flexible and complex language that can be used to build ful...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Haverbeke, Marijn
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco : No Starch Press, ©2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • On programming
  • Why language matters
  • What Is JavaScript?
  • Trying programs
  • Overview of this book
  • Typographic conventions
  • Basic Javascript : values, variables, and control flow
  • Functions
  • Data structures : objects and arrays
  • Error handling
  • Functional programming
  • Object-oriented programming
  • Modularity
  • Regular expressions
  • Web programming : a crash course
  • The document object model
  • Browser events
  • HTTP requests.