Skip to content

Instantly share code, notes, and snippets.

@infysumanta
Last active June 6, 2023 06:43
Show Gist options
  • Save infysumanta/097679ae1249cf8706279c8cf3b8d6b3 to your computer and use it in GitHub Desktop.
Save infysumanta/097679ae1249cf8706279c8cf3b8d6b3 to your computer and use it in GitHub Desktop.
let flag = true
let timer = setInterval(function () {
document.title = flag ? "<<--- FLAG --->>": "<_*_*_ FLAG _*_*_>";
flag= !flag
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment