Daily Coding Challenge - Bingo! Letter

Tell us what’s happening:

Possible issue with test case

According to the challenge description, the function should return the Bingo letter associated with the number.

Numbers from 1 to 15 correspond to the letter “B”, so: should return “B”, not “11”.

All other test cases follow the Bingo rules correctly, but test 5 seems to contradict the problem statement.
Could you please review or update this test?

Thanks!

Your code so far

function getBingoLetter(n) {

  return n;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0

Challenge Information:

Daily Coding Challenge - Bingo! Letter
https://www.freecodecamp.org/learn/daily-coding-challenge/2026-01-24

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.

1 Like

this has already been reported here