Eloquent JavaScript: A Modern Introduction to ProgrammingJavaScript 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 full-scale applications. * Understand the essential elements of programming: syntax, control, and data And since programming is an art that's best learned by doing, all example code is available online in an interactive sandbox for you to experiment with. With Eloquent JavaScript as your guide, you can tweak, expand, and modify the author's code, or throw it away and build your own creations from scratch. Before you know it, you'll be fluent in the language of the Web. |
Contents
Introduction | 1 |
Basic JavaScript Values Variables and Control Flow | 9 |
Functions | 29 |
Data Structures Objects and Arrays | 41 |
Error Handling | 63 |
Functional Programming | 71 |
ObjectOriented Programming | 93 |
Modularity | 129 |
Other editions - View all
Eloquent JavaScript, 3rd Edition: A Modern Introduction to Programming Marijn Haverbeke Limited preview - 2018 |