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