From the course: JavaScript: Patterns

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

What are creational patterns?

What are creational patterns? - JavaScript Tutorial

From the course: JavaScript: Patterns

Start my 1-month free trial

What are creational patterns?

- With all these terms you'll hear throughout the course, you might be wondering about what is a creational pattern in JavaScript? Simply put, they are patterns that control the creation process of an object. Although, in this course, we focus on JavaScript patterns, it is also true for any languages that use this pattern. In this chapter, we'll explore patterns that involve the creation of classes, the constructor pattern, the singleton, the factory, and the abstract factory patterns and how they allow us to efficiently create new objects in JavaScript.

Contents