Moved from github

This commit is contained in:
Keyemail 2024-05-14 00:52:16 -07:00
parent a5de236b8c
commit 225ba506fb

View file

@ -28,12 +28,14 @@ export default {
if(counter >= 4){
var quack = new Audio(require('@/assets/sounds/duck-quack.mp3'));
quack.play();
alert('You just got quacked!');
counter = 0;
}
} else {
alert('Nothing to scroll down to, may come useful later though..');
counter++;
}
}
}
}
var counter = 0;