i dont know why the functions aren´t using my variable
i made a variable with a string inside, an then put that variable in two different functions. The problem here is that it shows me an error: "Uncaught ReferenceError: mostrarDatosTexto is not defined". I´m not sure enough why is this happening. Here´s the code: const Libro = (titulo, autor) => {return( { autor: autor, titulo:… Read More i dont know why the functions aren´t using my variable