این و Object Prototypes

قیمت 16,000 تومان

خرید محصول توسط کلیه کارت های شتاب امکان پذیر است و بلافاصله پس از خرید، لینک دانلود محصول در اختیار شما قرار خواهد گرفت.
مهم نیست که تجربه شما در کار با JavaScript چقدر است. این کتاب دقیق و مختصر شما را به داخل ساختار و نمونه‌های شی JavaScrip، هدایت می‌کند. شما نحوه کار آن‌ها و دلیل جدایی‌ناپذیر بودن آن‌ها را از behavior delegation، یک الگوی طراحی که اشیاء در آن به‌جای شبیه‌سازی شدن، مرتبط می‌شوند را یاد خواهید گرفت.
کتاب این و Object Prototypes، مانند دیگر کتاب‌های مجموعه “شما JS را نمی‌شناسید” به بخش‌های سخت‌تر زبان حرکت می‌کند که بسیاری از برنامه‌نویسان JavaScript آن‌ها را نادیده می‌گیرند. با دانش موجود در این کتاب شما می‌توانید به یک استاد واقعی JavaScript تبدیل شوید.
سال انتشار: 2014  |  تعداد صفحات: 174  |  حجم فایل: 2.96 مگابایت  |  زبان: انگلیسی
You Don’t Know JS: this & Object Prototypes
نویسنده:
Kyle Simpson
ناشر:
O’Reilly Media
ISBN10:
1491904151
ISBN13:
9781491904152

 

عناوین مرتبط:


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