You Don't Know JS: this & Object Prototypes (Paperback)
Kyle Simpson
- 出版商: O'Reilly
- 出版日期: 2014-07-27
- 售價: $1,020
- 貴賓價: 9.5 折 $969
- 語言: 英文
- 頁數: 174
- 裝訂: Paperback
- ISBN: 1491904151
- ISBN-13: 9781491904152
-
相關翻譯:
你所不知道的 JS|範疇與 Closures,this 與物件原型 (You Don't Know JS: this & Object Prototypes) (繁中版)
買這商品的人也買了...
-
$1,520$1,444 -
$1,650$1,568 -
$420$332 -
$1,330$1,264 -
$4,140$3,933 -
$960$912 -
$500$395 -
$1,020$969 -
$1,110$1,055 -
$650$618 -
$1,020$969 -
$1,270$1,207 -
$520$442 -
$520$442 -
$1,225$1,164 -
$520$442 -
$580$458 -
$520$442 -
$2,128Cloud Native Java: Designing Resilient Systems with Spring Boot, Spring Cloud, and Cloud Foundry
-
$990Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython, 2/e (Paperback)
-
$1,750$1,663 -
$1,700$1,615 -
$1,090Data Science on the Google Cloud Platform: Implementing End-to-End Real-Time Data Pipelines: From Ingest to Machine Learning
-
$1,501The Object-Oriented Thought Process, 5/e (Paperback)
-
$1,600$1,520
相關主題
商品描述
No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. This concise, in-depth guide takes you inside JavaScript’s this structure and object prototypes. You’ll learn how they work and why they’re integral to behavior delegation—a design pattern in which objects are linked, rather than cloned.
Like other books in the “You Don’t Know JS” series, this and Object Prototypes dives into trickier parts of the language that many JavaScript programmers simply avoid. Armed with this knowledge, you can become a true JavaScript master.
With this book you will:
- Explore how the this binding points to objects based on how the function is called
- Look into the nature of JS objects and why you’d need to point to them
- Learn how developers use the mixin pattern to fake classes in JS
- Examine how JS’s prototype mechanism forms links between objects
- Learn how to move from class/inheritance design to behavior delegation
- Understand how the OLOO (objects-linked-to-other-objects) coding style naturally implements behavior delegation