Cargando…

Secrets of the JavaScript ninja /

More than ever, the web is a universal platform for all types of applications, and JavaScript is the language of the web. If you're serious about web development, it's not enough to be a decent JavaScript coder. You need to be ninja-stealthy, efficient, and ready for anything. This book sh...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Resig, John (Autor), Bibeault, Bear (Autor), Maras, Josip (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Shelter Island, NY : Manning Publications, [2016]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Intro
  • Copyright
  • Brief Table of Contents
  • Table of Contents
  • ES6 cheat sheet
  • Praise for the First Edition
  • Author's Introduction
  • Acknowledgments
  • About this Book
  • About the Cover Illustration
  • Part 1. Warming up
  • Chapter 1. JavaScript is everywhere
  • Chapter 2. Building the page at runtime
  • Part 2. Understanding functions
  • Chapter 3. First-class functions for the novice: definitions and arguments
  • Chapter 4. Functions for the journeyman: understanding function invocation
  • Chapter 5. Functions for the master: closures and scopes
  • Chapter 6. Functions for the future: generators and promises
  • Part 3. Digging into objects and fortifying your code
  • Chapter 7. Object orientation with prototypes
  • Chapter 8. Controlling access to objects
  • Chapter 9. Dealing with collections
  • Chapter 10. Wrangling regular expressions
  • Chapter 11. Code modularization techniques
  • Part 4. Browser reconnaissance
  • Chapter 12. Working the DOM
  • Chapter 13. Surviving events
  • Chapter 14. Developing cross-browser strategies
  • Appendix A. Additional ES6 features
  • Appendix B. Arming with testing and debugging
  • Appendix C. Exercise answers
  • Index
  • List of Figures
  • List of Tables
  • List of Listings.