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

Skip to content

Commit a80195f

Browse files
committed
clean up
1 parent 8f769b9 commit a80195f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Week1/REVIEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
```
44
This review covers:
5-
• some commands thought by Unmesh in class today :white_check_mark:
5+
• some commands thought by Unmesh in class today
66
• Intro JavaScript (What is it, where can you use it for)
7-
• Variables [var, let, const] :white_check_mark:
8-
• Basic Data types [Strings, Numbers, Arrays] :white_check_mark:
7+
• Variables [var, let, const]
8+
• Basic Data types [Strings, Numbers, Arrays]
99
• Operators
1010
```
1111

Week2/REVIEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
```
44
This review covers:
55
• Loops (for/while)
6-
• Functions :white_check_mark:
7-
• Advanced data types [Objects] :white_check_mark:
6+
• Functions
7+
• Advanced data types [Objects]
88
• Conditions
9-
• Statements vs Expressions :white_check_mark:
9+
• Statements vs Expressions
1010
• Naming conventions
1111
```
1212

0 commit comments

Comments
 (0)