Generation

class from descriptionMon, 27 Mar 2023

obtener el error relativo al ingresar valores

Script class Person { constructor(name) { this.name = name; } greet() { return "hello"; } }

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