summaryrefslogtreecommitdiff
path: root/wk8
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 00:10:24 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-05 00:10:24 +0000
commit46715634d117ef068b7898462b311c53a1f762c5 (patch)
tree488b8bdd9dece4fa87ab33d8a3318f467c6c97a6 /wk8
parent16996cffc84e0a38331972b6daa2e2fcb9c37533 (diff)
Thu, Jul 4, 2024, 5:10 PM -07:00
Diffstat (limited to 'wk8')
-rw-r--r--wk8/pset/trivia/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/wk8/pset/trivia/index.html b/wk8/pset/trivia/index.html
index 44765fc..456c7f3 100644
--- a/wk8/pset/trivia/index.html
+++ b/wk8/pset/trivia/index.html
@@ -8,8 +8,7 @@
<script>
// TODO: Add code to check answers to questions
document.querySelector('button').addEventListener('click', function(event) {
- alert('hello, ' + document.querySelector('#name').value);
- event.preventDefault();
+
});
</script>