We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9cb1b commit 6c4af6bCopy full SHA for 6c4af6b
47_Hi-Lo/javascript/hi-lo.js
@@ -86,6 +86,7 @@ async function main()
86
print("\n");
87
print("PLAY AGAIN (YES OR NO)");
88
str = await input();
89
+ str = str.toUpperCase();
90
if (str != "YES")
91
break;
92
}
0 commit comments