Уведомлений еще не было
8.4
0
You Don't Know JS: this & Object Prototypes
Оцените книгу
1
2
3
4
5
6
7
8
9
10
Ваша оценка 0

Описание книги

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 s...

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 Книга «You Don't Know JS: this & Object Prototypes» автора Kyle Simpson оценена посетителями КнигоГид, и её читательский рейтинг составил 8.40 из 10.
Для бесплатного просмотра предоставляются: аннотация, публикация, отзывы, а также файлы для скачивания.

  • Просмотров: 188
  • Рецензий: 0
Информация об издании
  • Переводчики: не указаны
  • Серия: You Don't Know JS
  • ISBN (EAN): 978-1-4919-0415-2
  • Языки: Английский
  • Возрастное ограничение: не указано
  • Год написания: 2014
8.4 общий рейтинг

9 оценок

Подробная статистика
0-2
0%
0 оценок
3-4
0%
0 оценок
5-6
0%
0 оценок
7-8
33%
3 оценки
9-10
67%
6 оценок
Эту книгу оценили 9 пользователей
Возраст
0%
до 18
50%
18-25
50%
25-35
0%
35-45
0%
45+
88% мужчины
12% женщины


К этой книге не добавлены цитаты
Эта книга еще не добавлена в подборки
К ЭТОЙ КНИГЕ НЕ ДОБАВЛЕНЫ персонажи
К ЭТОЙ КНИГЕ НЕ ДОБАВЛЕНЫ ТЕСТЫ
ОГЛАВЛЕНИЕ ОТСУТСТВУЕТ
КНИГА НЕ УПОМИНАЛАСЬ В БЛОГАХ

Рецензии на книгу

Написано 0 рецензий

Посмотрите еще

8.8
0
0
You Don't Know JS: Up & Going
You Don't Know JS: Up & Going

The series’ first book introduces the basic building blocks of programming and gives an overview of JavaScript’s core mechanisms. It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether you’re new to the language or have used it for years. With the “You Don’t Know JS” book series, you’ll get a more complete understanding of JavaScript, includin...

8.8
0
0
You Don't Know JS: Scope & Closures
You Don't Know JS: Scope & Closures

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. This concise yet in-depth guide takes you inside scope and closures, two core concepts you need to know to become a more efficient and effective JavaScript programmer. You’ll learn how and why they work, and how an understanding of closures can be a powerful part of your development skillset. ...

8.0
0
0
You Don't Know JS: Types & Grammar
You Don't Know JS: Types & Grammar

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this compact guide explores JavaScript types in greater depth than previous treatments by looking at type coercion problems, demonstrating why types work, and showing you how to take advantage of these features. Like other books in this series, You...

8.6
0
0
You Don't Know JS: Async & Performance
You Don't Know JS: Async & Performance

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques—including Promises, generators, and Web Workers—that let you create sophisticated single-page web applications and escape callback hell in the process. ...

Интернет и сети
8.0
0
0
You Don't Know JS: ES6 & Beyond
You Don't Know JS: ES6 & Beyond

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this compact guide focuses on new features available in ECMAScript 6 (ES6), the latest version of the standard upon which JavaScript is built. Like other books in this series, You Don’t Know JS: ES6 & Beyond dives into trickier parts of the languag...