diff options
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 |