June 2016
Beginner to intermediate
292 pages
6h 8m
English
The JavaScript Object-Oriented Programming model has no classes, and it is directly based on objects, whose creation process may happen in different ways. We already talked about the standard ways in which we can create objects, but in some situations, we may need a more sophisticated approach.
This chapter introduces the group of design patterns known as creational patterns, that is, patterns concerning the creation of an object in a structural way. After a reminder on the standard ways to create objects, we will show you how to take advantage of the following patterns:
We have seen in previous chapters the ...
Read now
Unlock full access