mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-17 18:11:51 -06:00
23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"blurb": "Reverse a string",
|
|
"authors": [
|
|
"gyssels"
|
|
],
|
|
"contributors": [
|
|
"kchenery"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"ReverseString.ps1"
|
|
],
|
|
"test": [
|
|
"ReverseString.tests.ps1"
|
|
],
|
|
"example": [
|
|
".meta/ReverseString.example.ps1"
|
|
]
|
|
},
|
|
"source": "Introductory challenge to reverse an input string",
|
|
"source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
|
|
}
|