JavaScript: The Definitive Guide

JavaScript: The Definitive Guide
ISBN-10
0596805527
ISBN-13
9780596805524
Category
Computers
Pages
1078
Language
English
Published
2011-04-25
Publisher
"O'Reilly Media, Inc."
Author
David Flanagan

Description

A revised and updated edition offers comprehensive coverage of ECMAScript 5 (the new JavaScript language standard) and also the new APIs introduced in HTML5, with chapters on functions and classes completely rewritten and updated to match current best practices and a new chapter on language extensions and subsets. Original.

Other editions

Similar books

  • Eloquent JavaScript: A Modern Introduction to Programming
    By Marijn Haverbeke

    Provides information and examples on writing JavaScript code, covering such topics as syntax, control, data, regular expressions, and scripting.

  • JavaScript: The Definitive Guide
    By David Flanagan

    The current node of a Tree Walker remains unchanged , even if that node is removed from the document . ( And , in this case , the TreeWalker can be used to traverse the tree of deleted nodes , if any , that surround that current node . ) ...

  • JavaScript and JQuery: Interactive Front-End Web Development Hardcover
    By Jon Duckett

    Duckett speaks directly to readers, making this an invaluable resource. This book is also available as a set, Web Design with HTML, CSS, JavaScript and jQuery Set 978119038634 along with HTML and CSS Design and Build Websites 9781118871645.

  • Speaking JavaScript: An In-Depth Guide for Programmers
    By Axel Rauschmayer

    This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position. Speaking JavaScript helps you approach the language with four standalone sections.

  • Professional JavaScript for Web Developers
    By Nicholas C. Zakas

    Dispels the myth that JavaScript is a "baby" language and demonstrates why it is the scripting language of choice used in the design of millions of Web pages and server-side applications Quickly covers JavaScript basics and then moves on to ...

  • Decoding JavaScript: A Simple Guide for the Not-so-Simple JavaScript Concepts, Libraries, Tools, and Frameworks (English Edition)
    By Rushabh Mulraj Shah

    WHO THIS BOOK IS FORÊÊ This book is for aspiring web developers and fairly experienced JavaScript developers who want to create modern web and server applications. Prior knowledge of HTML and CSS is essential to begin with this book.

  • JavaScript for Kids: A Playful Introduction to Programming
    By Nick Morgan

    We can use the same speak function as a method in other objects too: var pig = { sound: "Oink", name: "Charlie", speak: speak }; var horse = { sound: "Neigh", name: "Marie", speak: speak }; Again, each time this appears inside a ...

  • Coding with JavaScript For Dummies
    By Chris Minnick, Eva Holland

    No experience? No problem! This friendly guide starts from the very beginning and walks you through the basics, then shows you how to apply what you've learned to real projects.

  • JavaScript by Example
    By Ellie Quigley

    This is the definitive JavaScript tutorial for the serious nonprogrammer who is interested in mastering the full power of the language. Includes hundreds of example JavaScript programs that demonstrate both the fun and practical aspects.

  • Beginning JavaScript with DOM Scripting and Ajax: Second Editon
    By Christian Heilmann, Russ Ferguson

    In this chapter, you finally get your hands dirty in real JavaScript code. You'll learn how JavaScript interacts with the page structure—defined in HTML—and how to receive data and give back information to your visitors.