Browse Source

style(podiumposition): formmating

DEV-3376-pointers-drop-the-thread-multiple-issues
Tiago Collot 2 years ago
parent
commit
7e65c830e3
  1. 2
      subjects/podiumposition/README.md

2
subjects/podiumposition/README.md

@ -5,7 +5,7 @@
A F1 race just finished and the commentator is calling the finishing positions incorrectly.
Help to fix this before the contestants arrive at the podium by providing the commentator with the correct podium position.
Write a function `PodiumPosition` that accepts an array of arrays as a `string` and returns the competitor positions correctly.
Write a function `PodiumPosition` that takes an array of arrays of type `string` and returns the competitor positions correctly.
### Expected function

Loading…
Cancel
Save