Principles of Object-Oriented Programming in JavaScript

Купить бумажную книгу и читать

Купить бумажную книгу

По кнопке выше можно купить бумажные варианты этой книги и похожих книг на сайте интернет-магазина "Лабиринт".

Using the button above you can buy paper versions of this book and similar books on the website of the "Labyrinth" online store.

Реклама. ООО "ЛАБИРИНТ.РУ", ИНН: 7728644571, erid: LatgCADz8.

Автор: Nicholas C. Zakas

Название: Principles of Object-Oriented Programming in javascript

Издательство: Leanpub

Год: 2014

Страниц: 93

Язык: English

Формат: pdf

Размер: 10 mb

If you’re coming from a more traditional object-oriented language such as C++ or Java, javascript might seem like it’s not object-oriented at all. After all, javascript has no concept of classes, and you don’t even need to define any objects in order to write code. javascript can look just as much like C as it can an object-oriented language depending on how you decide to write it. But don’t be fooled, javascript is an incredibly powerful and expressive object-oriented language that puts many design decisions in the hands of you, the developer.

This book is an exploration of the object-oriented nature of javascript. It is not specific to a particular javascript environment, so it’s equally useful for web developers and Node.js developers. The book includes information about ECMAScript 5 and its new capabilities that have changed how you can work with objects in javascript.

What you’ll learn:

The differences between primitive and reference values

What makes javascript functions so unique

The various ways of creating an object

The difference between data properties and accessor properties using ECMAScript 5

How to define your own constructors

How to work with and understand prototypes

Various inheritance patterns for types and objects

How to create private and privileged object members

How to prevent modification of objects using ECMAScript 5 functionality

Дата создания страницы: