Skip to content

Commit ca42892

Browse files
committed
sort the exercises alphabetically
1 parent 8c9a85f commit ca42892

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

en/exercises/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ pageNumber: 146
99

1010
In this chapter we will be performing exercises to test our knowledge in JavaScript. The exercises that we will be performing are listed below:
1111

12-
* [Console](./console.md)
13-
* [Multiplication](./multiplication.md)
14-
* [User Input Variables](./user-input-variables.md)
15-
* [Constants](./constants.md)
1612
* [Concatenation](./concatenation.md)
17-
* [Functions](./functions.md)
1813
* [Conditional Statements](./conditional-statements.md)
19-
* [Objects](./objects.md)
14+
* [Constants](./constants.md)
15+
* [Console](./console.md)
2016
* [FizzBuzz Problem](./fizzbuzz-problem.md)
17+
* [Functions](./functions.md)
2118
* [Get the Titles!](./get-the-titles.md)
22-
19+
* [Multiplication](./multiplication.md)
20+
* [Objects](./objects.md)
21+
* [User Input Variables](./user-input-variables.md)
2322

0 commit comments

Comments
 (0)