zak
January 24, 2026, 11:55am
1
The last test where the argument given is 11, it’s supposed to say it should return “B" not “11".
The name of this challenge is “Bingo letter”
dhess
January 24, 2026, 12:02pm
2
Thank you for helping make FCC better. Bugs can be reported as GitHub Issues . Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.
ILM
January 24, 2026, 12:50pm
3
this has already been reported here
opened 07:18AM - 24 Jan 26 UTC
scope: curriculum
first timers only
### Describe the Issue
Test 5 description:
get_bingo_letter(11) should return "… 11".
"11" instead of "B", but test works as expected.
### Affected Page
https://www.freecodecamp.org/learn/daily-coding-challenge/2026-01-24
### Your code
```
```
### Expected behavior
Modified description:
get_bingo_letter(11) should return "B".
### Screenshots
_No response_
### System
- Device: Android phone
### Additional context
_No response_