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 5c7a0bd commit 2acdf7bCopy full SHA for 2acdf7b
valid-palindrome/RiaOh.js
@@ -2,6 +2,7 @@
2
* @param {string} s
3
* @return {boolean}
4
*/
5
+// Week 3에 다시 올림
6
var isPalindrome = function (s) {
7
const arr = [...s];
8
let text = "";
0 commit comments