Skip to content

Commit e9dfd60

Browse files
authored
Replace links to foundations JS exercises (#30480)
Exercises repo restructured in TheOdinProject/javascript-exercises#597
1 parent 9efac6d commit e9dfd60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

foundations/javascript_basics/data_types_and_conditionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To give you a good bit of practice, we have created JavaScript exercises for you
4242

4343
Be sure to follow the order presented here. Read all the directions, watch the terminal, and read all the errors.
4444

45-
1. Follow the [instructions in the README of our `javascript-exercises` repository](https://github.com/TheOdinProject/javascript-exercises#how-to-use-these-exercises) to set up your local environment. Once you have forked the repository, cloned it and installed Jest, review each README file prior to completing the following exercises in order:
45+
1. Follow the [instructions in the README of our `javascript-exercises` repository](https://github.com/TheOdinProject/javascript-exercises#how-to-use-these-exercises) to set up your local environment. Once you have forked the repository, cloned it and installed Jest, review each README file prior to completing the following exercises in order (which are all in the `foundations/` directory):
4646
- `01_helloWorld` (This exercise is intentionally very beginner-friendly to ensure that you have everything set up properly!)
4747
- `02_addNumbers`
4848
- `03_numberChecker`

foundations/javascript_basics/loops_and_arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ We will teach you the art of actually writing these tests later in the course. F
198198
- `Copy and sort array`
199199
- `Shuffle an array`
200200
- `Filter unique array members`
201-
1. Go back to the [JavaScript exercises repository](https://github.com/TheOdinProject/javascript-exercises) that we introduced in the [Data Types and Conditionals](https://www.theodinproject.com/lessons/foundations-data-types-and-conditionals) assignment. Review each README file prior to completing the following exercises in order:
201+
1. Go back to the [JavaScript exercises repository's `foundations/` directory](https://github.com/TheOdinProject/javascript-exercises/tree/main/foundations) that we introduced in the [Data Types and Conditionals](https://www.theodinproject.com/lessons/foundations-data-types-and-conditionals) assignment. Review each README file prior to completing the following exercises in order:
202202
- `06_repeatString`
203203
- `07_reverseString`
204204
- `08_removeFromArray`

foundations/javascript_basics/object_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ console.log(dog); // { species: "dog" }
116116
1. More practice with objects (inside arrays!). Fork and clone Wes Bos' [JavaScript30 repository](https://github.com/wesbos/JavaScript30). To follow along with these two video exercises, you'll want to open the `index-START.html` file.
117117
- [04 - Array Cardio Day 1](https://www.youtube.com/watch?v=HB1ZC7czKRs)
118118
- [07 - Array Cardio Day 2](https://www.youtube.com/watch?v=QNmRfyNg1lw)
119-
1. Go back to the [JavaScript exercises repository](https://github.com/TheOdinProject/javascript-exercises). Review each README file prior to completing the following exercises in order:
119+
1. Go back to the [JavaScript exercises repository's `foundations/` directory](https://github.com/TheOdinProject/javascript-exercises/tree/main/foundations). Review each README file prior to completing the following exercises in order:
120120
- `12_calculator`
121121
- `13_palindromes`
122122
- `14_fibonacci`

0 commit comments

Comments
 (0)