mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-30 10:00:18 +02:00
removing references to en-US
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
這個想法是結合 `classes` 與`繼承`的方式來在 class 中添加特定行為。
|
||||
|
||||
✅ 繼承是一個重要概念。在[有關繼承的 MDN 文章中](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain)學習更多內容。
|
||||
✅ 繼承是一個重要概念。在[有關繼承的 MDN 文章中](https://developer.mozilla.org/docs/Web/JavaScript/Inheritance_and_the_prototype_chain)學習更多內容。
|
||||
|
||||
以程式碼來表達的話,一個遊戲物件通常會呈現這種形式:
|
||||
|
||||
@@ -217,7 +217,7 @@ eventEmitter.on(Messages.HERO_MOVE_LEFT, () => {
|
||||
|
||||
## 複習與自學
|
||||
|
||||
藉由[閱讀此連結](https://docs.microsoft.com/en-us/azure/architecture/patterns/publisher-subscriber?WT.mc_id=academic-13441-cxa)來認識更多關於發布與訂閱的設計模式。
|
||||
藉由[閱讀此連結](https://docs.microsoft.com/azure/architecture/patterns/publisher-subscriber?WT.mc_id=academic-13441-cxa)來認識更多關於發布與訂閱的設計模式。
|
||||
|
||||
## 作業
|
||||
|
||||
|
Reference in New Issue
Block a user