79434918

Date: 2025-02-13 02:16:17
Score: 2
Natty:
Report link

progress = progress.replace(progress.substring(i, i + 1), guess);

progress.substring(i, i + 1) == "_" the code will work like progress = progress.replace("_", guess); replacing all "_" to guess

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: akwon