No matter how much experience you have with JavaScript, odds are you dont fully understand the language. This concise, in-depth guide takes you inside JavaScripts this structure and object prototypes. Youll learn how they work and why theyre integral to behavior delegationa design pattern in which objects are linked, rather than cloned.Like other books in the You Dont 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 calledLook into the nature of JS objects and why youd need to point to themLearn how developers use the mixin pattern to fake classes in JSExamine how JSs prototype mechanism forms links between objectsLearn how to move from class/inheritance design to behavior delegationUnderstand how the OLOO (objects-linked-to-other-objects) coding style naturally implements behavior delegation