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

Skip to content

Commit cb27d56

Browse files
committed
fixed broken link
1 parent 3410526 commit cb27d56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Week3/REVIEW.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
```
44
This review covers:
55
• Git work flow
6-
• Advanced data types [Objects]
7-
• Conditions
6+
• Advanced data types [Objects]
7+
• Conditions
88
• Statements vs Expressions
99
• Loops (for/while)
10-
• Functions
10+
• Functions
1111
• Scope
1212
```
1313

@@ -21,15 +21,15 @@ This review covers:
2121

2222
## Typeof
2323

24-
`typeof` always returns the data type in a string.
24+
`typeof` always returns the data type in a string.
2525

2626
[Read more...](../fundamentals/operators.md#typeof-operator)
2727

2828
## Objects
2929

3030
Variables that are objects also contain a list of things, but instead of them being in some specific order, they can be assigned to words, called "keys". Instead of "elements" the things that are inside objects are called "properties".
3131

32-
[Read more...](../fundamentals/object.md)
32+
[Read more...](../fundamentals/objects.md)
3333

3434
## Functions
3535

0 commit comments

Comments
 (0)