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'; }