Generation

generate functionSun, 13 Nov 2022

check if username and age is exist

function checkIfUserExist(user, age) { if (user == null || age == null) { return false } else { return true } } checkIfUserExist("john", 12)

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant