Skip to content

🚧 Personal notes & code from the book Learning JavaScript Design Patterns by Addy Osmani.

Notifications You must be signed in to change notification settings

iramirezc-learning/book-learning-js-design-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-design-patterns-book

These are my personal notes from the book Learning JavaScript Design Patterns by Addy Osmani.

Summaries

Tests

Due to self-learning purposes, I have added tests for the code snippets to facilitate my comprehension of what they do. It's easier an better than using console.log all over the place.

This is a technique I learned from the book Test-Driven JavaScript Development by Christian Johansen, Chapter 4. Test to learn.

Install Mocha.js globally

npm install -g mocha

Run the tests:

npm run test

About

🚧 Personal notes & code from the book Learning JavaScript Design Patterns by Addy Osmani.

Topics

Resources

Stars

Watchers

Forks