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...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
San Francisco :
No Starch Press,
©2011.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- 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.