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 starts with a quick-start guide that teaches you just enough of the language to help you be productive right away. More ex...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly Media
2014.
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629059606719 |
Tabla de Contenidos:
- Part I: JavaScript Quick Start. Basic JavaScript.
- 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.