Toggle Nav

Tel: +44 (0) 20 8829 3000

Email: customercare@turnaround-uk.com

Eloquent Javascript, 2nd Ed.

ISBN-13: 9781593275846

Author(s): Marijn Haverbeke

Subjects: U

Publisher: PENGUIN RANDOM HOUSE GROUP

Publisher Imprint: No Starch Press

Publication Date: 12-07-2014

Format: Paperback / softback

Availability: In stock

£33.99
Eloquent Javascript, 2nd Ed.

About the book

JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. Eloquent JavaScript, 2nd Edition dives deep into the JavaScript language to show you how to write beautiful, effective code. Author Marijn Haverbeke immerses you in example code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you ll learn: The essential elements of programming, including syntax, control, and data How to organize and clarify your code with object-oriented and functional programming techniques How to script the browser and make basic web applications How to use the DOM effectively to interact with browsers How to harness