Update index.html
This commit is contained in:
parent
a4ac5deb33
commit
583fab27cf
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
var alex = "The Best";
|
var alex = "The Best";
|
||||||
if(alex == "The Best"){
|
if(alex == "The Best"){
|
||||||
alert("that alex is the best!!");
|
alert("that alex is the best!!");
|
||||||
|
}
|
||||||
|
while(true){
|
||||||
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
|
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue