Skip to content

Commit 5c1c863

Browse files
committed
fixed links
1 parent 93583ea commit 5c1c863

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Week2/REVIEW.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ This review covers:
2424

2525
`typeof` always returns the data type in a string.
2626

27-
[Read more...]((../fundamentals/operators.md#typeof-operator)
27+
[Read more...](../fundamentals/operators.md#typeof-operator)
2828

2929
## Objects
3030

31-
[Read more...]((../fundamentals/object.md)
31+
[Read more...]../fundamentals/object.md)
3232

3333
## Functions
3434

3535
A function is a reusable piece of code. Functions are *very* important in JavaScript, to the extent that some people call JavaScript a "function-oriented" language. As mentioned above, variables can be of type function. In fact, *every function is a variable*.
3636

37-
[Read more...]((../fundamentals/functions.md)
37+
[Read more...](../fundamentals/functions.md)
3838

3939
## Statements & expressions
4040

4141
Most programming languages that you'll encounter in real life are called "imperative" programming languages. JavaScript is such an imperative programming language. Imperative is another word for command-like. That is, you give the computer a bunch of commands after each other. First do this, then do that, etc.
4242

43-
[Read more...]((../fundamentals/statements_expressions.md)
43+
[Read more...](../fundamentals/statements_expressions.md)

0 commit comments

Comments
 (0)