In kirupa’s example of how to set up a password I was wondering how to extend to include more paswords. I know its simple but dont know the syntax??? helpppppp
password = inputName
if (password == “kirupa”) {
answer = “Access granted!” ;
} else {
answer = “Access denied!” ;
}