How JavaScript Works
Crockford, Douglas
- 出版商: Virgule-Solidus LLC
- 出版日期: 2018-10-18
- 售價: $1,590
- 貴賓價: 9.5 折 $1,511
- 語言: 英文
- 頁數: 280
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1949815005
- ISBN-13: 9781949815009
-
相關分類:
JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
Cryptography and Network Security, 4/e (IE) (美國版ISBN:0131873164) (平裝)$1,090$1,068 -
Mastering Regular Expressions, 3/e (Paperback)$1,881$1,782 -
C# 4.0 Pocket Reference, 3/e (Paperback)$750$713 -
$199Fitness for Geeks: Real Science, Great Nutrition, and Good Health (Paperback) -
Semantic Information Processing (Paperback)$1,330$1,264 -
The Essential Knuth (Paperback)$760$722 -
Geeks Bearing Gifts (Paperback)$1,030$979 -
Possiplex (Paperback)$1,500$1,425 -
A New Kind of Science$2,090$1,986 -
The Art of Computer Programming, Volume 4B, Fascicle 5 : Mathematical Preliminaries Redux; Backtracking; Dancing Links (Paperback)$1,500$1,470 -
ChatGPT 指令大全與創新應用:GPT-4 搶先看、串接 API、客服機器人、AI英文家教,一鍵打造 AI智慧產品$680$530 -
AI 繪圖夢工廠 :Midjourney、Stable Diffusion、Leonardo. ai × ChatGPT 超應用 神技$630$498 -
ChatGPT 開發手冊 - 用 OpenAI API ‧ LangChain ‧ Embeddings 設計 Plugin、LINE/Discord bot、股票分析與客服自動化助理$750$593
相關主題
商品描述
This book is for people who have had some experience with JavaScript, and want to have a better, deeper understanding of how it works and how to use it well. It is also for experienced programmers who are looking to understand the workings of another language.
This book is not for beginners. I hope to someday write a book for beginners. This is not that book. This is not a light book. If you skim it, you will likely get nothing from of it.
This book is not about JavaScript engines or virtual machines. It is about the language itself and the things every programmer should know about it. This book is a radical reappraisal of JavaScript, how it works, how it could be made better, and how it can be better used. It is about how to think about JavaScript and how to think in JavaScript. I am going to pretend that the current version of the language is the only version. I am not going to waste your time by showing how things worked in ES1 or ES3 or ES5. That does not matter. The focus is on how JavaScript works for us now.
This book is not comprehensive. There are large, complex chunks of the language that will be dismissed without a word. If I fail to mention your most favorite feature, that is most likely because that feature is crap. I will not be paying much attention to syntax. I am assuming that you already know how to write an if statement.