Please,help! JS code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please,help! JS code

I have this js code for a game. The point of game is - there is a random words and the player should guess the word selecting letters one by one. But I need to equate uppercase letters to lowercase letters. Because, if there is a word "cat" and the player chooses "A" or "C" or "T" it will not work.... It works only with lowercase letters! I will appreciate any help! Thanks in advance!!! The code is here https://code.sololearn.com/WGfIIrRNruyL/?ref=app

14th Nov 2019, 11:39 AM
Anastasia
1 Answer
+ 1
I understand that is has to be.toLowerCase() but cannot get it where exactly....
14th Nov 2019, 11:48 AM
Anastasia