Generation

generate functionMon, 05 Jun 2023

crear una calculadora

Script function operation(operator, a, b) { return eval(a + operator + b) } operation('*', 2, 3)

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