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..a1f6e8d --- /dev/null +++ b/projects/google/liveSS/files/test-javascript-file.js @@ -0,0 +1,5 @@ +function returnNumberSeven() { + return 7; +} + +function returnLetterA() { return 'A'; }