Delete test-javascript-file.js

This commit is contained in:
Val
2019-04-13 09:41:58 -04:00
parent 147ae51238
commit 9a0b19caad

View File

@@ -1,5 +0,0 @@
function returnNumberSeven() {
return 7;
}
function returnLetterA() { return 'A'; }