Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3131b9a

Browse files
author
Syed Fasiuddin
committed
fixed the code style error
1 parent 04fbf92 commit 3131b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎String/AlphaNumericPalindrome.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const alphaNumericPlaindrome = (str) => {
4949
}
5050

5151
// if the string is palindrome then palin variable is never changed
52-
if (palin == 0) return true
52+
if (palin === 0) return true
5353
else return false
5454
}
5555

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /