if (password == “kirupa”) {
inputStatus = “Access granted!” ;
} else {
inputStatus = “Access denied!” ;
}
The second line of
using kirupas code…how would i add more names in the password field??? for ex. if someone puts in kirupa (lowercase) or KIRUPA (caps) how would i make it possible for the code to accept both methods???