summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-14 17:32:01 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-14 17:32:01 -0600
commitc2cd16e922cb8abe206a51e03ae4b711e2c0fba9 (patch)
treeca6a8e1787705e0282dd52e73fc8e47258bc7972 /app.js
parent02843201e8091f9cca4f72ced30eb65dc140b764 (diff)
cleaned up <p> element usage.
Diffstat (limited to 'app.js')
-rw-r--r--app.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/app.js b/app.js
index 01ae5b2..55c26c7 100644
--- a/app.js
+++ b/app.js
@@ -1,3 +1 @@
-function alertButton() {
- alert("Hello world!")
-} \ No newline at end of file
+console.log('Hello from app.js!'); \ No newline at end of file