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