We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941f95a commit 484afa0Copy full SHA for 484afa0
README.md
@@ -12,4 +12,5 @@ JavaScript设计模式的相关学习
12
- [代理模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Proxy/Proxy.md)
13
14
### 行为型
15
-- [策略模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Strategy/Strategy.md)
+- [策略模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Strategy/Strategy.md)
16
+- [迭代器模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Iterator/Itrerator.md)
0 commit comments