Skip to content

Commit 4b408d3

Browse files
authoredOct 30, 2024
Merge pull request #69 from owljackob/refactor/readme
refactor: README.md
2 parents f67b634 + 4c2bb00 commit 4b408d3

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed
 

‎README.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,29 @@ Welcome to The Origins III: JavaScript GitHub repo! We are super excited to have
1111

1212
## The Console
1313

14-
- [`setting-up.js`](https://github.com/codedex-io/javascript-101/blob/main/1-the-console/01-setting-up.js)
15-
- [`the-console.js`](https://github.com/codedex-io/javascript-101/blob/main/1-the-console/02-the-console.js)
16-
- [`letter-tree.js`](https://github.com/codedex-io/javascript-101/blob/main/1-the-console/03-letter-tree.js)
17-
- [`initials.js`](https://github.com/codedex-io/javascript-101/blob/main/1-the-console/04-initials.js)
18-
- [`receipt.js`](https://github.com/codedex-io/javascript-101/blob/main/1-the-console/05-receipt.js)
14+
- [setting-up.js](./1-the-console/01-setting-up.js)
15+
- [the-console.js](./1-the-console/02-the-console.js)
16+
- [letter-tree.js](./1-the-console/03-letter-tree.js)
17+
- [secret-recipe.js](./1-the-console/04-secret-recipe.js)
18+
- [receipt.js](./1-the-console/05-receipt.js)
1919

2020
## Variables
2121

22-
- [`variables.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/06-variables.js)
23-
- [`data-types.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/07-data-types.js)
24-
- [`temperature.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/08-temperature.js)
25-
- [`bmi.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/09-bmi.js)
26-
- [`currency.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/10-currency.js)
27-
- [`hypotenuse.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/10-hypotenuse.js) (regular solution for exercise 10)
28-
- [`quadratic.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/10-quadratic.js) (bonus for exercise 10)
22+
- [variables.js](./2-variables/06-variables.js)
23+
- [data-types.js](./2-variables/07-data-types.js)
24+
- [temperature.js](./2-variables/08-temperature.js)
25+
- [bmi.js](./2-variables/09-bmi.js)
26+
- [planet-weight.js](./2-variables/10-planet-weight.js)
2927

3028
## Conditionals
3129

32-
- ['coin-flip.js'](./3-conditionals/11-coin-flip.js)
33-
- ['good-morning.js'](./3-conditionals/12-good-morning.js)
34-
- ['good-afternoon.js'](./3-conditionals/13-good-afternoon.js)
35-
- ['ph.levels.js](./3-conditionals/14-ph-levels.js)
36-
- ['magic-8-ball.js'](./3-conditionals/15-magic-8-ball.js)
37-
- ['air-quality-index.js'](./3-conditionals/16-air-quality-index.js)
38-
- ['rock-paper-scissors.js'](./3-conditionals/17-rock-paper-scissors.js)
30+
- [coin-flip.js](./3-conditionals/11-coin-flip.js)
31+
- [good-morning.js](./3-conditionals/12-good-morning.js)
32+
- [good-afternoon.js](./3-conditionals/13-good-afternoon.js)
33+
- [ph.levels.js](./3-conditionals/14-ph-levels.js)
34+
- [magic-8-ball.js](./3-conditionals/15-magic-8-ball.js)
35+
- [air-quality-index.js](./3-conditionals/16-air-quality-index.js)
36+
- [rock-paper-scissors.js](./3-conditionals/17-rock-paper-scissors.js)
3937

4038
## Loops
4139

@@ -72,8 +70,12 @@ Welcome to The Origins III: JavaScript GitHub repo! We are super excited to have
7270

7371
## Trifecta
7472

75-
- [green-light-go.js](./8-trifecta/39-green-light-go.js)
76-
- [hotline-bling.js](./8-trifecta/41-hotline-bling.js)
77-
- [mood-ring.js](./8-trifecta/42-mood-ring.js)
78-
- [chill-pill.js](./8-trifecta/43-chill-pill.js)
79-
- [cap-that.js](./8-trifecta/44-cap-that.js)
73+
- [green-light-go](./8-trifecta/39-green-light-go)
74+
- [hotline-bling](./8-trifecta/41-hotline-bling)
75+
- [mood-ring](./8-trifecta/42-mood-ring)
76+
- [chill-pill](./8-trifecta/43-chill-pill)
77+
- [cap-that](./8-trifecta/44-cap-that)
78+
79+
---
80+
81+
Make sure to join the [community](https://www.codedex.io/community) and [Codédex Club](https://www.codedex.io/pricing) for more content! 💖

0 commit comments

Comments
 (0)
Please sign in to comment.