Skip to content
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

Check if a number is palindrome or not in javascript problems #7

Open
vyasriday opened this issue Sep 25, 2020 · 8 comments
Open

Check if a number is palindrome or not in javascript problems #7

vyasriday opened this issue Sep 25, 2020 · 8 comments
Assignees
Labels

Comments

@vyasriday
Copy link
Owner

No description provided.

@aman-agrwl-zz
Copy link
Contributor

@vyasriday Can I work on this issue ?

@vyasriday
Copy link
Owner Author

Sure @aman-agrwl

@suyash2819
Copy link

I am interested in contributing, can we still contribute to this issue or is it already done ?

@Vaibhavgupta05
Copy link

I want to contribute. Can you please confirm if this issue is solved or I can work on it?

@vyasriday
Copy link
Owner Author

@suyash2819 @Vaibhavgupta05 Pleaes check if there is relevant PR or the code exists. If not they you can raise a PR with your code. Multiple ways of doing so are allowed

@suyash2819
Copy link

@vyasriday i have added a number palindrome code in palindrome file itself, i am converting number to string then showing iteration to show comparison of reverse and the numbered string which was not there in that file. Please let me know if this is relevant.

@vyasriday
Copy link
Owner Author

@suyash2819 Please don't use string conversion as such code already exists for strings.

@suyash2819
Copy link

@vyasriday but my function is for numbers and will accept number as a parameter, then i am converting number to string, wouldn't that be counted as a different approach just for numbers ? since we are not converting numbers to string anywhere in code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants