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

Added Palindrome Program #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Syed0206 wants to merge 1 commit into mgechev:master
base: master
Choose a base branch
Loading
from Syed0206:hacktoberfest_2025

Conversation

@Syed0206
Copy link

@Syed0206 Syed0206 commented Oct 1, 2025

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.

Copy link
Author

Syed0206 commented Oct 2, 2025

@mgechev can you please review my PR and merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

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