Generation

generate functionThu, 01 Jun 2023

como saber si un numero es par

Script var x = 5; var y = 5; var total = x + y; function add(a, b) { return a + b; } add(2, 2)

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