Eloquent JavaScript: A Modern Introduction to Programming, 2/e (Paperback)
Marijn Haverbeke
- 出版商: No Starch Press
- 出版日期: 2014-12-14
- 售價: $1,550
- 貴賓價: 9.5 折 $1,473
- 語言: 英文
- 頁數: 472
- 裝訂: Paperback
- ISBN: 1593275846
- ISBN-13: 9781593275846
-
相關分類:
JavaScript
-
其他版本:
Eloquent JavaScript : A Modern Introduction to Programming, 3/e (Paperback)
買這商品的人也買了...
-
$1,045$990 -
$1,995$1,890 -
$1,610$1,530 -
$1,580$1,501 -
$2,110$2,005 -
$1,000$950 -
$1,250$1,188 -
$800$600 -
$840Real-Time Communication with WebRTC: Peer-to-Peer in the Browser (Paperback)
-
$380$342 -
$260$234 -
$580$452 -
$980$882 -
$260$234 -
$400$340 -
$221Python 高手之路
-
$450$356 -
$980$647 -
$699$594 -
$740Laravel: Up and Running: A Framework for Building Modern PHP Apps (Paperback)
-
$260$234 -
$450$356 -
$980$774 -
$900$711 -
$2,940$2,881
相關主題
商品描述
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, complex language that you can use to build full-scale applications.
Eloquent JavaScript, 2nd Edition dives into the language and teaches you to write beautiful, effective code. By immersing you in example code and encouraging experimentation right from the start, the author quickly provides the tools you need to build your own programs. As you follow along with examples like an artificial life simulation, a simple programming language, and a platform game, you'll learn to:
- Understand the essential elements of programming: syntax, control, and data
- Organize and clarify your code with object-oriented and functional programming techniques
- Script the browser and make basic Web applications
- Harness node.js to build servers and utilities
- Use the DOM effectively to interact with browsers