We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83925fa commit ac0b2f4Copy full SHA for ac0b2f4
readme.md
@@ -9,6 +9,16 @@ I solved the exercises using TypeScript and Test Driven Development.
9
10
> [A cool TDD Tutorial](https://github.com/dwyl/learn-tdd)
11
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
22
## Usage
23
24
The API is the same on all this platforms ✔️
0 commit comments