File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
```
4
4
This review covers:
5
- • some commands thought by Unmesh in class today :white_check_mark:
5
+ • some commands thought by Unmesh in class today
6
6
• 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]
9
9
• Operators
10
10
```
11
11
Original file line number Diff line number Diff line change 3
3
```
4
4
This review covers:
5
5
• Loops (for/while)
6
- • Functions :white_check_mark:
7
- • Advanced data types [Objects] :white_check_mark:
6
+ • Functions
7
+ • Advanced data types [Objects]
8
8
• Conditions
9
- • Statements vs Expressions :white_check_mark:
9
+ • Statements vs Expressions
10
10
• Naming conventions
11
11
```
12
12
You can’t perform that action at this time.
0 commit comments