Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 27, 2019 18:24
Show Gist options
  • Save parzibyte/6fad5c7ab38e8a98cfcdc99e2260d84c to your computer and use it in GitHub Desktop.
Save parzibyte/6fad5c7ab38e8a98cfcdc99e2260d84c to your computer and use it in GitHub Desktop.
const imprimir = () => {
console.log(`Soy llamada cada medio segundo`);
};
setInterval(imprimir, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment