Commit ef011f6c by Tu Nombre

typo

1 parent eb9ed4e7
......@@ -61,7 +61,7 @@ function buscarEje() {
// Verificar si el string existe como clave en el objeto
if (objeto.hasOwnProperty(valor)) {
return objeto[cadena]; // Devolver el contenido si existe
return objeto[valor]; // Devolver el contenido si existe
} else {
return stringPorDefecto; // Devolver el string por defecto si no existe
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!