From ad895d851e15318df98d7f116b922af30f4cb474 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 22:23:45 +0200 Subject: [PATCH] Tested JavaScript --- javascript/helloworld.js | 1 + javascript/test.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 javascript/test.sh diff --git a/javascript/helloworld.js b/javascript/helloworld.js index 178f0ed..b8c6fdd 100644 --- a/javascript/helloworld.js +++ b/javascript/helloworld.js @@ -1 +1,2 @@ +//runs successfully console.log('Hello World!'); \ No newline at end of file diff --git a/javascript/test.sh b/javascript/test.sh new file mode 100755 index 0000000..8302899 --- /dev/null +++ b/javascript/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +node helloworld.js \ No newline at end of file