Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.3 KB

File metadata and controls

25 lines (22 loc) · 1.3 KB

Programming Patterns in JavaScript

Here is presented very brief notes about Design Patterns in JavaScript based on Addy Osmani book. Author of the book: © Addy Osmani 2017. Notes by: airomad

book cover

What is a Pattern?

A pattern is a reusable solution that can be applied to commonly occurring problems in software design - in our case - in writing JavaScript web applications. Another way of looking at patterns are as templates for how we solve problems - ones which can be used in quite a few different situations.

JavaScript Design Patterns