From ab56bbf9fc9a8a726b46f39b71a3074d608f5a39 Mon Sep 17 00:00:00 2001 From: Lev Date: Tue, 15 Jun 2021 16:32:31 -0500 Subject: [PATCH] Update --- CM2010 Software Design and Development/Topic 4/8.2.1/myscript.js | 1 + CM2010 Software Design and Development/Topic 4/8.2.1/test.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 CM2010 Software Design and Development/Topic 4/8.2.1/myscript.js create mode 100644 CM2010 Software Design and Development/Topic 4/8.2.1/test.js diff --git a/CM2010 Software Design and Development/Topic 4/8.2.1/myscript.js b/CM2010 Software Design and Development/Topic 4/8.2.1/myscript.js new file mode 100644 index 0000000..2869a8e --- /dev/null +++ b/CM2010 Software Design and Development/Topic 4/8.2.1/myscript.js @@ -0,0 +1 @@ +console.log("This is a message from Lev"); \ No newline at end of file diff --git a/CM2010 Software Design and Development/Topic 4/8.2.1/test.js b/CM2010 Software Design and Development/Topic 4/8.2.1/test.js new file mode 100644 index 0000000..7ab6a5a --- /dev/null +++ b/CM2010 Software Design and Development/Topic 4/8.2.1/test.js @@ -0,0 +1 @@ +console.log("HELLO"); \ No newline at end of file