Generation

class from descriptionMon, 24 Apr 2023

Frame Jugado de futbol

class FrameJugadoDeFutbol: constructor(frame, tiempo) { this.frame = frame; this.tiempo = tiempo; } getFrame() { return this.frame; } getTiempo(){ return this.tiempo; } }

Javascript
Generate More

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