Generation

generate functionSat, 29 Apr 2023

Make a homepage for a hairsalon

const welcome = (name) => { const intro = "Welcome to "; const location = "New York City"; return intro + name + " in " + location; } welcome("Bobb's Barber Shop")

Javascript
Generate More

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