From e7a34b32cb8a8b268925e3d4a11695789f192f2a Mon Sep 17 00:00:00 2001 From: Gregor Wuest Date: Thu, 21 May 2020 11:36:58 +0200 Subject: [PATCH] Test --- scripts/notes_app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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