gosha gosha

Generation

generate functionSun, 12 Feb 2023

The password is entered through the prompt. If the password is incorrect, stop loading the website and say, "The password is incorrect." If the password is correct, then "the password is correct."

function password(pass){ if(!pass) return 'The password is incorrect.'; return 'The password is correct.'; }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant