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

Want to kickstart your project?Use the new AI Studio to create your code