summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
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