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

Skip to content

Commit a02af33

Browse files
committed
Removed bonus designation from ES6 classes assignment
1 parent 696ad59 commit a02af33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Week3/MAKEME.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ Please review the material from the HTML/CSS module: [Get familiar with Accessib
5959
6060
For the GitHub application ARIA-compliance means that the Contributors list should either be a native HTML list (i.e. using `ul` and `li` elements) or otherwise marked with an appropriate ARIA **role**. Furthermore, a user should be able to navigate through all interactive elements using the keyboard (e.g., using the **Tab** key). Pressing **Enter** on such an element should be equivalent to clicking the mouse.
6161
62-
#### 2.2.3 ES6 Classes (Bonus)
62+
#### 2.2.3 ES6 Classes
6363
64-
This final **bonus** assignment requires you to got the extra mile and master Object Oriented Programming and ES6 classes. ES6 classes are not used in the Node and Database modules. You will not come across them again until the React module.
64+
**_Deadline Saturday_**
65+
66+
This final assignment requires you to go the extra mile and master Object Oriented Programming and ES6 classes.
6567
6668
In this assignment you need to redistribute and adapt the code from `index.js` to the files `App.js`, `Repository.js` and `Contributor.js`. You do not need to modify `Util.js`.
6769

0 commit comments

Comments
 (0)