Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 28, 2019 15:56
Show Gist options
  • Save parzibyte/dcced1f32cd7433f364d9554aa563a24 to your computer and use it in GitHub Desktop.
Save parzibyte/dcced1f32cd7433f364d9554aa563a24 to your computer and use it in GitHub Desktop.
async function regresarSaludo() {
return "Me gusta JS";
}
otraFuncion()
.then(resultado => {
})
.catch(err => {
})
.finally(()=>{
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment