File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ pageNumber: 146
99
1010In 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
You can’t perform that action at this time.
0 commit comments