Update and rename New Text Document.txt to test-javascript-file.js

This commit is contained in:
Val
2019-04-13 09:22:51 -04:00
committed by GitHub
parent 589ebfe105
commit dba5a24517
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
function returnNumberSeven() {
return 7;
}