File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff 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
2432The API is the same on all this platforms βοΈ
You canβt perform that action at this time.
0 commit comments