You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,9 @@ You can **download code** from here via :
93
93
94
94
-**Assignment 1** : Make a simple component which can conditionally render a list with **number** or **alphabets** or ***bullets*** in HTML for number. e..g. use a prop like `layout` for this. Also use a prop `items` for array of items in list.
95
95
```
96
-
< List layout="numbered" items={items}>
97
-
< Component layout="alpha" items={items}>
98
-
< Component layout="bullet" items={items}>
96
+
< List layout="numbered" items={items}/>
97
+
< List layout="alpha" items={items}/>
98
+
< List layout="bullet" items={items}/>
99
99
```
100
100
101
101
-**Assignment 2** : This is continuation of 2nd assignment in Video-2 **RESUME Builder**.
0 commit comments