Skip to content

Commit ac0b2f4

Browse files
committed
📝 Update
1 parent 83925fa commit ac0b2f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ I solved the exercises using TypeScript and Test Driven Development.
99

1010
> [A cool TDD Tutorial](https://github.com/dwyl/learn-tdd)
1111
12+
## Exercises
13+
14+
### Language
15+
16+
#### [Program Structure](https://eloquentjavascript.net/02_program_structure.html)
17+
18+
- [Looping a Triangle](https://eloquentjavascript.net/02_program_structure.html#i_umoXp9u0e7) -
19+
[Solution](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/triangle.ts) -
20+
[Test](https://github.com/UltiRequiem/eloquent-javascript/blob/main/src/language/triangle.test.ts)
21+
1222
## Usage
1323

1424
The API is the same on all this platforms ✔️

0 commit comments

Comments
 (0)