Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94a98de

Browse files
committed
Fix typo
1 parent d7742c1 commit 94a98de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week3/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ Object Oriented Programming is a vast topic and in this homework we can only scr
9797
2. Add and adapt code from your non-OOP version of the homework to **RepoView.js** and **ContributorsView.js**.
9898
3. Do not change any other files at this point.
9999

100-
**index.html**, **RepoView.js** and **ContributorsView.js** files, by adding and adapting code from your non-OOP version of the homework to these files. You should also copy the styling from your non-OOP version. Other files should not be modified.
100+
Modify the **RepoView.js** and **ContributorsView.js** files, by adding and adapting code from your non-OOP version of the homework to these files. You should also copy the styling from your non-OOP version. Other files should not be modified.
101101

102102
Figure 1 below illustrates the interrelationship between the various classes in the application using a [UML Class Diagram](https://en.wikipedia.org/wiki/Class_diagram). This particular one was created with with **LucidChart** ([YouTube tutorial](https://youtu.be/UI6lqHOVHic), 10 mins).
103103

104104
![JavaScript3_classes](./assets/JavaScript3_classes.png)
105105
Figure 1. A UML Class Diagram showing the interrelationship between the classes in this app.
106106

107-
You can read the following from this diagram:
107+
You can conclude the following from this diagram:
108108

109109
1. The **Model** class **extends** (_inherits from_) the **Observable** class. Views (i.e., 'observers') can subscribe to the Model and get notified on data updates.
110110

0 commit comments

Comments
 (0)