Skip to content

Commit 02b4e00

Browse files
authored
Merge pull request #46 from Iamrushabhshahh/feature/README.md-Update
Update README.md with Links to JavaScript Files and Project Structure
2 parents f96eb90 + 96a0181 commit 02b4e00

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,53 @@ Welcome to The Origins III: JavaScript GitHub repo! We are super excited to have
2727
- [`hypotenuse.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/10-hypotenuse.js) (regular solution for exercise 10)
2828
- [`quadratic.js`](https://github.com/codedex-io/javascript-101/blob/main/2-variables/10-quadratic.js) (bonus for exercise 10)
2929

30+
## Conditionals
31+
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)
39+
40+
## Loops
41+
42+
- [duck-duck-goose.js](./4-loops/18-duck-duck-goose.js)
43+
- [lucky-number.js](./4-loops/19-lucky-number.js)
44+
- [not-tell-lies.js](./4-loops/20-not-tell-lies.js)
45+
- [even-the-odds.js](./4-loops/21-even-the-odds.js)
46+
- [based-numbers.js](./4-loops/22-based-numbers.js)
47+
48+
## Arrays
49+
50+
- [five-boroughs.js](./5-arrays/23-five-boroughs.js)
51+
- [grocery-trip.js](./5-arrays/24-grocery-trip.js)
52+
- [times-tables.js](./5-arrays/25-times-tables.js)
53+
- [music-playlist.js](./5-arrays/26-music-playlist.js)
54+
- [wheres-waldo.js](./5-arrays/27-wheres-waldo.js)
55+
- [dna.js](./5-arrays/28-dna.js)
56+
57+
## Functions
58+
59+
- [greetings.js](./6-functions/29-greetings.js)
60+
- [blast-off.js](./6-functions/30-blast-off.js)
61+
- [e-mc-2.js](./6-functions/31-e-mc-2.js)
62+
- [clout.js](./6-functions/32-clout.js)
63+
- [palindrome.js](./6-functions/33-palindrome.js)
64+
65+
## Objects
66+
67+
- [pizza-party.js](./7-objects/34-pizza-party.js)
68+
- [dream-car.js](./7-objects/35-dream-car.js)
69+
- [pokemon.js](./7-objects/36-pokemon.js)
70+
- [animal-farm.js](./7-objects/37-animal-farm.js)
71+
- [round-trip.js](./7-objects/38-round-trip.js)
72+
73+
## Trifecta
74+
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)

0 commit comments

Comments
 (0)