Skip to content

Commit 2a3d46a

Browse files
committed
feat: added FAQ with all the patterns covered
1 parent 997eb7a commit 2a3d46a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/_data/faqs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ the first to the very last page. Although, if you are already familiar with many
5050
you can easily skim through the chapters and focus only on the content that matters the most to you. Check out the
5151
[Table of Contents](#book-chapters) if you want to have a better feeling on how the book is structured.`
5252
},
53+
{
54+
id: 'faq-full-list-of-patterns',
55+
question: 'What are all the patterns discussed in the book?',
56+
answer: `The central part of the book covers the most traditional design patterns from the gang of four book, but it also covers many other design patterns that are specific to JavaScript and Node.js.
57+
This is the full list of patterns covered in the book: **Factory**, **Builder**, **Revealing Constructor**, **Singleton**, **Dependency Injection**, **Proxy**, **Decorator**, **Adapter**, **Strategy**, **State**, **Template**, **Iterator** (including generators and async iterators), **Middleware**, and **Command**.`
58+
},
5359
{
5460
id: 'faq-is-it-up-to-date',
5561
question: 'How up to date is this book?',

0 commit comments

Comments
 (0)