Browse Source

style(reversesecondhalf): ran Prettier

DEV-4017-prototypes-exercise-1-animals
jrosendo 2 years ago committed by José Rosendo
parent
commit
2afc50179b
  1. 1
      subjects/reversesecondhalf/README.md

1
subjects/reversesecondhalf/README.md

@ -1,6 +1,7 @@
## reversesecondhalf
### Instructions
Write a function that takes a `string` as an argument and returns the second half reversed. If the length of the `string` is odd, round it up.
- Return the second half reversed followed by a newline `\n`.

Loading…
Cancel
Save