Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 875 Bytes

File metadata and controls

20 lines (13 loc) · 875 Bytes
layout editorial
chapter 23
pageNumber 195
description Design Patterns

Chapter 23

Design Patterns

Design patterns are object oriented solutions that you can implement to solve common programming problems that may occur during the development process. Design patterns are not the same as algorithms, they are a coding concept that you can use to resolve specific kinds of issues.

There are various design patterns that are not unique to any one language. These fundamental concepts can be applied across a wide variety of programming languages. Today, we will learn about each design pattern and how to implement them using JavaScript. Design patterns can be classified into one of three categories.