[Community puzzle] Hangman

This topic is about the puzzle Hangman.

Feel free to send your feedback or ask some help here!

Hi, i can’t pass test 1, even if i try to hardcoded the result with any type of hangman ascii plus the input word since it’s stated as “found solution”.

Which language are you using?

i’m using javascript

Hi, I cannot pass the first test when submitting my code :confused:. All hardcoded tests pass, I have tried testing my code with different inputs but without result. Has someone any idea? (I’m using C#)
Edit: Well, I just solve my problem: I had a white space in my ASCII art :sweat_smile:

Thanks for the hint. I had the same problem (extra space in the gallows) with the first test. :frowning:

I found this easier than most Medium puzzles. Why is it hard, I wonder.