Type the characters that are missing from this code. var allLower = userInput.toLowerCase;
The correct answer:
()
The statement should be coded:
var allLower = userInput.toLowerCase()
Type the character that is missing from this code. var allLower = userInput toLowerCase();
The statement should be coded: var allLower = userInput.toLowerCase();