From 66fe3c99f24c0ea1b9ca1f2e748c2524c1acd024 Mon Sep 17 00:00:00 2001 From: Jarrett Date: Tue, 8 Feb 2022 11:26:15 -0600 Subject: [PATCH] testing --- .vscode/settings.json | 2 ++ 1-getting-started/1-executing-scripts/1-hello-world.js | 2 ++ insight-test | 1 + 3 files changed, 5 insertions(+) create mode 100644 .vscode/settings.json create mode 160000 insight-test diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/1-getting-started/1-executing-scripts/1-hello-world.js b/1-getting-started/1-executing-scripts/1-hello-world.js index e0060ac..c121195 100755 --- a/1-getting-started/1-executing-scripts/1-hello-world.js +++ b/1-getting-started/1-executing-scripts/1-hello-world.js @@ -1,4 +1,6 @@ const http = require('http'); +// require function is what you use to manage the dependicies of your programs // +// Can use it to depend on any library. Built in or third party // const server = http.createServer((req, res) => { res.end('Hello World\n'); diff --git a/insight-test b/insight-test new file mode 160000 index 0000000..5247192 --- /dev/null +++ b/insight-test @@ -0,0 +1 @@ +Subproject commit 524719244f98e75ed1693c56e1bf8bfcfe0cf91e