In my code, "SiAff" won't be the correct answer... I want to use ".toLowerCase" and ".toUpperCase", but I don't know how to do that. Any help would be appreciate
var Que = prompt("What's my name")
if (Que == "Siaff") {
document.write("Correct!")
}
else {
document.write("Wrong!")
}