Skip to content

Commit a51bfc1

Browse files
committed
added 4 letter word to palindrome list
1 parent c2952a5 commit a51bfc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapter13/palindrome.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"kayak",
3131
"mom",
3232
"wow",
33+
"noon",
3334
"Not a palindrome"];
3435

3536
for (var i = 0; i < phrases.length; i++) {

0 commit comments

Comments
 (0)