Skip to content

Instantly share code, notes, and snippets.

@roxeteer
Last active January 7, 2019 10:53
Show Gist options
  • Save roxeteer/2597db311602f288dda9651d8de2f03a to your computer and use it in GitHub Desktop.
Save roxeteer/2597db311602f288dda9651d8de2f03a to your computer and use it in GitHub Desktop.
console.log('test.js loaded');
setTimeout(() => {
var a = document.querySelector('xyz');
console.log('test.js triggered', a);
a.style.background = 'red';
}, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment