Eloquent JavaScript : A Modern Introduction to Programming, 3/e (Paperback)
Marijn Haverbeke
- 出版商: No Starch Press
- 出版日期: 2018-12-04
- 定價: $1,500
- 售價: 5.0 折 $750
- 語言: 英文
- 頁數: 472
- 裝訂: Paperback
- ISBN: 1593279507
- ISBN-13: 9781593279509
-
相關分類:
JavaScript
-
相關翻譯:
JavaScript 編程精解, 3/e (簡中版)
精通 JavaScript, 3/e (Eloquent JavaScript, 3/e) (繁中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$780$616 -
$1,200$948 -
$2,500$2,375 -
$1,754Foundations of Algorithms, 5/e (Paperback)
-
$2,817Web Design with HTML, CSS, JavaScript and jQuery Set (Hardcover)
-
$199JavaScript面向對象精要
-
$490$323 -
$1,400CSS: The Missing Manual, 4/e (Paperback)
-
$1,680$1,646 -
$2,320$2,204 -
$229CSS3專業網頁開發指南 (The Book of CSS3)
-
$450$356 -
$2,050$1,948 -
$580$452 -
$1,320Learning GraphQL: Declarative Data Fetching for Modern Web Apps (Paperback)
-
$1,584Programming TypeScript: Making Your JavaScript Applications Scale
-
$1,200$948 -
$1,715Interaction Design : Beyond Human-Computer Interaction, 5/e (Paperback)
-
$550$429 -
$399$379 -
$1,936Full Stack Serverless: Modern Application Development with React, Aws, and Graphql
-
$3,040The Algorithm Design Manual, 3/e (Hardcover)
-
$1,840$1,748 -
$520$411 -
$580$458
相關主題
商品描述
Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications.
JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. 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.
This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track.
As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to:
- Understand the essential elements of programming, including syntax, control, and data
- Organize and clarify your code with object-oriented and functional programming techniques
- Script the browser and make basic web applications
- Use the DOM effectively to interact with browsers
- Harness Node.js to build servers and utilities
Isn't it time you became fluent in the language of the Web?
* All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly.