How JavaScript Works
Crockford, Douglas
- 出版商: Virgule-Solidus LLC
- 出版日期: 2018-10-18
- 售價: $1,570
- 貴賓價: 9.5 折 $1,492
- 語言: 英文
- 頁數: 280
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1949815005
- ISBN-13: 9781949815009
-
相關分類:
JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,068Cryptography and Network Security, 4/e (IE) (美國版ISBN:0131873164) (平裝)
-
$1,881$1,782 -
$740$703 -
$199Fitness for Geeks: Real Science, Great Nutrition, and Good Health (Paperback)
-
$1,320$1,254 -
$750$713 -
$1,020$969 -
$1,490$1,416 -
$2,070$1,967 -
$1,500$1,470 -
$680$530 -
$630$498 -
$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.