diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:32:01 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:32:01 -0600 |
commit | c2cd16e922cb8abe206a51e03ae4b711e2c0fba9 (patch) | |
tree | ca6a8e1787705e0282dd52e73fc8e47258bc7972 /app.js | |
parent | 02843201e8091f9cca4f72ced30eb65dc140b764 (diff) |
cleaned up <p> element usage.
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |