You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Declara una interfaz llamada Libro que represente la estructura de un objeto con las propiedades: titulo (tipo string), costo (tipo number) y edicion (tipo string).
Luego, crea una variable llamada libro de tipo Libro y asígnale un objeto con datos reales */