From c2cd16e922cb8abe206a51e03ae4b711e2c0fba9 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Thu, 14 Dec 2023 17:32:01 -0600 Subject: cleaned up

element usage. --- app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app.js') 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 -- cgit v1.2.3