headsButton.addEventListener("click", () => {
const randomNumber = Math.floor(Math.random() * 2);
if (randomNumber === 0) {
result.textContent = "You win!";
} else {
result.textContent = "You lose!";
}
});
tailsButton.addEventListener("click", () => {
const randomNumber = Math.floor(Math.random() * 2);
if (randomNumber === 1) {
result.textContent = "You win!";
} else {
result.textContent = "You lose!";
}
});
</script>
-
Notifications
You must be signed in to change notification settings - Fork 0
jagjeetsingh78/deploy1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
trying to deploying first time
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published