diff --git a/javascript/helloworld.js b/javascript/helloworld.js new file mode 100644 index 0000000..178f0ed --- /dev/null +++ b/javascript/helloworld.js @@ -0,0 +1 @@ +console.log('Hello World!'); \ No newline at end of file