Skip to content

Solved Reverse Integer In JavaScript #3

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

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Solved Reverse Integer In JavaScript #3

merged 1 commit into from
Jul 14, 2022

Conversation

09xHarsh
Copy link
Contributor

@09xHarsh 09xHarsh commented Jul 2, 2022

@@ -0,0 +1,16 @@
// https://leetcode.com/problems/reverse-integer/

var reverse = function (x) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested.

@anishLearnsToCode
Copy link
Owner

Thank you so much for creating this pull request and my apolgies for replying so late. I usually take a look like within a couple of hours only.

I am accepting this pull request and merging this. In the future please don't use var and prefer instead const or let :)

And please contribute more as well. I am genuinely much more proactive than this.

@anishLearnsToCode anishLearnsToCode merged commit 0de9fd7 into anishLearnsToCode:master Jul 14, 2022
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