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

#01 String reverse - Write test and problem solutions #1

Closed
somekindofwallflower opened this issue Jun 12, 2022 · 0 comments · Fixed by #2
Closed

#01 String reverse - Write test and problem solutions #1

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

Comments

@somekindofwallflower
Copy link
Owner

somekindofwallflower commented Jun 12, 2022

Description
Given a string, return a new string with the reversed order of characters

Examples

  • reverse('apple') === 'leppa'
  • reverse('hello') === 'olleh'
  • reverse('Greetings!') === '!sgniteerG'

Solution 1
image

Solution 2
image

@somekindofwallflower somekindofwallflower self-assigned this Jun 12, 2022
@somekindofwallflower somekindofwallflower added the enhancement New feature or request label Jun 12, 2022
@somekindofwallflower somekindofwallflower changed the title #01 String reverse #01 String reverse - Write test and solution Jun 12, 2022
@somekindofwallflower somekindofwallflower changed the title #01 String reverse - Write test and solution #01 String reverse - Write test and problem solutions Jun 12, 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