Commit 425dbe82 by Tu Nombre

cambio error mostrador

1 parent 4d80da31
...@@ -56,7 +56,7 @@ function buscarEje() { ...@@ -56,7 +56,7 @@ function buscarEje() {
}; };
// String por defecto si no se encuentra la clave // String por defecto si no se encuentra la clave
const stringPorDefecto = "No se encontró el valor"; const stringPorDefecto = "No se encontró el valor " + valor;
// Verificar si el string existe como clave en el objeto // Verificar si el string existe como clave en el objeto
if (objeto.hasOwnProperty(valor)) { if (objeto.hasOwnProperty(valor)) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!