From dba5a24517e34432fa0c37d9c596acdab3212649 Mon Sep 17 00:00:00 2001 From: Val <35149642+vkservicesllc@users.noreply.github.com> Date: Sat, 13 Apr 2019 09:22:51 -0400 Subject: [PATCH 1/2] Update and rename New Text Document.txt to test-javascript-file.js --- projects/google/liveSS/files/New Text Document.txt | 0 projects/google/liveSS/files/test-javascript-file.js | 3 +++ 2 files changed, 3 insertions(+) delete mode 100644 projects/google/liveSS/files/New Text Document.txt create mode 100644 projects/google/liveSS/files/test-javascript-file.js diff --git a/projects/google/liveSS/files/New Text Document.txt b/projects/google/liveSS/files/New Text Document.txt deleted file mode 100644 index e69de29..0000000 diff --git a/projects/google/liveSS/files/test-javascript-file.js b/projects/google/liveSS/files/test-javascript-file.js new file mode 100644 index 0000000..1123687 --- /dev/null +++ b/projects/google/liveSS/files/test-javascript-file.js @@ -0,0 +1,3 @@ +function returnNumberSeven() { + return 7; +} From fb3a5c9602536f27ff339cc8f3decf154913ac0e Mon Sep 17 00:00:00 2001 From: Val <35149642+vkservicesllc@users.noreply.github.com> Date: Sat, 13 Apr 2019 09:29:19 -0400 Subject: [PATCH 2/2] Update test-javascript-file.js --- projects/google/liveSS/files/test-javascript-file.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/google/liveSS/files/test-javascript-file.js b/projects/google/liveSS/files/test-javascript-file.js index 1123687..a1f6e8d 100644 --- a/projects/google/liveSS/files/test-javascript-file.js +++ b/projects/google/liveSS/files/test-javascript-file.js @@ -1,3 +1,5 @@ function returnNumberSeven() { return 7; } + +function returnLetterA() { return 'A'; }