Skip to content

Commit b89ea60

Browse files
committed
πŸ“ Add other sections
1 parent ac0b2f4 commit b89ea60

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

β€Žreadme.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ I solved the exercises using TypeScript and Test Driven Development.
1919
[Solution](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/triangle.ts) -
2020
[Test](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/triangle.test.ts)
2121

22+
- [FizzBuzz](https://eloquentjavascript.net/02_program_structure.html#i_rebKE3gdjV) -
23+
[Solution](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/fizzbuzz.ts) -
24+
[Test](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/fizzbuzz.test.ts)
25+
26+
- [Chessboard](https://eloquentjavascript.net/02_program_structure.html#i_swb9JBtSQQ) -
27+
[Solution](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/chessboard.ts) -
28+
[Test](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/chessboard.test.ts)
29+
2230
## Usage
2331

2432
The API is the same on all this platforms βœ”οΈ

β€Žsrc/language/chessboard.test.tsβ€Ž

Whitespace-only changes.

β€Žsrc/language/fizzbuzz.test.tsβ€Ž

Whitespace-only changes.

β€Žsrc/language/fizzbuzz.tsβ€Ž

Whitespace-only changes.

0 commit comments

Comments
Β (0)