Skip to content

Commit c0664d1

Browse files
committed
[added]: Links to answer and explanations
1 parent 6ba50d6 commit c0664d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ FizzBuzz
3030
...
3131
```
3232

33+
[Answer](./solutions/ch_1_FizzBuzz/answer.js)
34+
35+
[Solution Explanation](./solutions/ch_1_FizzBuzz/readme.md)
36+
3337
## Challenge 2: Palindrome Checker
3438

3539
Create a function that takes a string as an argument and returns `true` if it's a palindrome and `false` if it's not. A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. For example, "racecar" is a palindrome, but "hello" is not.
40+
41+
[Answer](./solutions/ch_2_Palindrome_Checker/answer.js)
42+
43+
[Solution Explanation](./solutions/ch_2_Palindrome_Checker/readme.md)

0 commit comments

Comments
 (0)