Skip to content

Instantly share code, notes, and snippets.

@dbarjs
Last active September 22, 2022 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbarjs/038243be15e306732238762be465be8f to your computer and use it in GitHub Desktop.
Save dbarjs/038243be15e306732238762be465be8f to your computer and use it in GitHub Desktop.
temp.js
setTimeout(() => {
console.log('hello from remote!');
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment