gosha gosha

Generation

generate functionSun, 12 Feb 2023

If the password is not correct, stop loading the site and say

function checkPassword(password){ if (password !== 'codecademy'){ return 'Wrong password' } } checkPassword('codecademy')

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant