diff --git a/scripts/notes_app.js b/scripts/notes_app.js index 3bb76a3..8a34a90 100644 --- a/scripts/notes_app.js +++ b/scripts/notes_app.js @@ -1,3 +1,5 @@ function test() { alert("Test something"); -} \ No newline at end of file +} + +console.log("Hello") \ No newline at end of file