config.json 437 B

12345678910111213141516171819
  1. {
  2. "authors": [
  3. "MichaelBunker"
  4. ],
  5. "files": {
  6. "solution": [
  7. "ReverseString.php"
  8. ],
  9. "test": [
  10. "ReverseStringTest.php"
  11. ],
  12. "example": [
  13. ".meta/example.php"
  14. ]
  15. },
  16. "blurb": "Reverse a given string.",
  17. "source": "Introductory challenge to reverse an input string",
  18. "source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
  19. }