Cargando…

Speaking JavaScript /

Like it or not, JavaScript is everywhere these days--from browser to server to mobile--and now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position. Spe...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Rauschmayer, Axel, 1972-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, 2014.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part II: Background. Why JavaScript?
  • The Nature of JavaScript
  • How JavaScript was created
  • Standardization: ECMAScript
  • Historical JavaScript Milestones.
  • Part III: JavaScript in Depth. JavaScript's Syntax
  • Values
  • Operators
  • Booleans
  • Numbers
  • Strings
  • Statements
  • Exception Handling
  • Functions
  • Variables: Scopes, Environments, and Closures
  • Objects and Inheritance
  • Arrays
  • Regular Expressions
  • Dates
  • Math
  • JSON
  • Standard Global Variables
  • Unicode and JavaScript
  • New in ECMAScript 5.
  • Part IV: Tips, Tools, and Libraries. A Meta Code Style Guide
  • Language Mechanisms for Debugging
  • Subclassing Built-ins
  • JSDoc: Generating API Documentation
  • Libraries
  • Module Systems and Package Managers
  • More Tools
  • What to Do Next.