Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 855 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 855 Bytes

Learning JavaScript Design Patterns - Notes and Code

This repository reproduces the code examples found in 'Learning JavaScript Design Patterns' by Addy Osmani for learning purposes. The point is to strengthen my own muscle memory by reproducing each example by hand (instead of just reading) and pay more attention to the code examples in the book.

There may be some alterations to the code examples, such as my own notes or questions or perhaps experiments in writing automated tests for the code.

Attribution Details

  • Title: "Learning JavaScript Design Patterns"
  • 2nd ed.
  • Addy Osmani
  • Published by O'Reilly
  • Copyright 2023 Adnan Osmani
  • ISBN: 978-1-098-13987-2

Sources

Please visit the original companion site to the book to see the original code: https://addyosmani.com/learning-jsdp/

https://github.com/addyosmani/learning-jsdp