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

#3 Integer Reversal #4

Closed
somekindofwallflower opened this issue Jun 13, 2022 · 0 comments · Fixed by #6
Closed

#3 Integer Reversal #4

somekindofwallflower opened this issue Jun 13, 2022 · 0 comments · Fixed by #6
Assignees
Labels
enhancement New feature or request

Comments

@somekindofwallflower
Copy link
Owner

somekindofwallflower commented Jun 13, 2022

Description
Given an integer, return an integer that is the reverse
ordering of numbers.

Examples

  • reverseInt(15) === 51
  • reverseInt(981) === 189
  • reverseInt(500) === 5
  • reverseInt(-15) === -51
  • reverseInt(-90) === -9
@somekindofwallflower somekindofwallflower self-assigned this Jun 13, 2022
@somekindofwallflower somekindofwallflower added the enhancement New feature or request label Jun 13, 2022
@somekindofwallflower somekindofwallflower linked a pull request Jun 13, 2022 that will close this issue
@somekindofwallflower somekindofwallflower changed the title Integer Reversal #3 Integer Reversal Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant