Implementation of the Bottle Song exercise for TypeScript.
PR
Hi, I just completed this on C# but it took a bit longer than the 2minutes I had anticipated.
The exercise only mentions recite the verses and the method signature has a string as the output. Which, I think made it identical to the BeerSong
exercise.
After being amazed that I wasn’t able to finish this exercise as fast as I was able to type it, I had a look at the tests and noticed that they are checking for an array of strings instead of one large string.
So if either the exercise instructions and the template method could be changed to match the test or vice versa that would be very helpful.
Thanks!
Oops, sorry about that. That was my mistake in the stub. I’ll PR a fix later today.
Edit 1 - Update return type for BottleSong stub by BNAndras · Pull Request #2411 · exercism/csharp · GitHub
Edit 2 - Merged!