Skip to content

Commit

Permalink
Update callback.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boujonmarcelo authored Oct 13, 2023
1 parent aa982c3 commit 1e0bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/Semana 8/02-Fundamentos_Node/async/callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function hola(nombre, miCallback){
}, 1000);
}

//Función asincrona - adios
//Función asíncrona - adiós
function adios(nombre, otrocallback) {
setTimeout(function(){
console.log('Adiós '+ nombre);
Expand Down

0 comments on commit 1e0bb26

Please sign in to comment.