LexarG56

Generation

generate functionSun, 18 Jun 2023

Crear un menu con el boton de crear una cita de soporte tecnico.

Script function menu(button, customer_name, customer_email, customer_problem){ if(button == 'support'){ retrun 'Hi ' + customer_name + ' please send us and email at '+ customer_email + ' with your problem ' + customer_problem } } menu('support', 'Peter', 'peter@example.com', 'My computer is broken')

Questions about programming?Chat with your personal AI assistant