<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>This &amp; object prototypes</title>
  </titleInfo>
  <name type="personal">
    <namePart>Simpson, Kyle</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>St. Laurent, Simon</namePart>
    <role>
      <roleTerm type="text">editor</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>MacDonald, Brian</namePart>
    <role>
      <roleTerm type="text">editor</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">cau</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Sebastopol, CA</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Mumbai</placeTerm>
    </place>
    <publisher>O'Reilly Media</publisher>
    <publisher>Shroff Publishers and Distributors Pvt. Ltd.</publisher>
    <dateIssued>c2015 [reprinted 2018]</dateIssued>
    <dateIssued encoding="marc">2018</dateIssued>
    <edition>First edition</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>173 pages ; illustrations : 23 cm.</extent>
  </physicalDescription>
  <abstract>	
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. </abstract>
  <note type="statement of responsibility">Kyle Simpson ; editors, Simon St. Laurent and Brian MacDonald</note>
  <note>CSE</note>
  <subject authority="lcsh">
    <topic>JavaScript (Computer program language)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Java (Computer program language)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer science</topic>
  </subject>
  <classification authority="lcc">QA76.73.J39 .S567 2014eb</classification>
  <classification authority="ddc" edition="23">005.2762</classification>
  <relatedItem type="series">
    <titleInfo>
      <title>You don't know JS</title>
    </titleInfo>
  </relatedItem>
  <identifier type="isbn">9781491904152</identifier>
  <identifier type="isbn">9781491905142</identifier>
  <identifier type="isbn">9789351107248</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">E7B</recordContentSource>
    <recordCreationDate encoding="marc">190702</recordCreationDate>
    <recordChangeDate encoding="iso8601">20211110163413.0</recordChangeDate>
    <recordIdentifier source="BD-DhAAL">34277</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
