We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec8680 commit 556059aCopy full SHA for 556059a
Projects/Palindrome Checker/Palindrome Checker.md
@@ -24,7 +24,7 @@ function palindrome(str) {
24
25
26
palindrome("eye");
27
-```js
+```
28
29
* [ and ] are the start and end of a character set.
30
* \W means "non-word", as opposed to \w which will match a word.
0 commit comments