FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Added Palindrome Program by Syed0206 · Pull Request #223 · mgechev/javascript-algorithms · GitHub

Added Palindrome Program - #223

Open
Syed0206 wants to merge 1 commit into
mgechev:masterfrom
Syed0206:hacktoberfest_2025
Open

Added Palindrome Program#223
Syed0206 wants to merge 1 commit into
mgechev:masterfrom
Syed0206:hacktoberfest_2025

Conversation

Syed0206 commented Oct 1, 2025

Copy link
Copy Markdown

Implemented Palindrome Number Checker in JavaScript

  • Added a program to check if a number is a palindrome.

  • A palindrome number reads the same backward as forward (e.g., 121 is a palindrome, 123 is not).

The program:

  • Takes user input via prompt() in the browser.

  • Uses a loop to reverse the number and compares it to the original.

Syed0206 commented Oct 2, 2025

Copy link
Copy Markdown
Author

@mgechev can you please review my PR and merge it

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL