diff options
Diffstat (limited to 'it/projects/simple-js/file.js')
-rw-r--r-- | it/projects/simple-js/file.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/it/projects/simple-js/file.js b/it/projects/simple-js/file.js new file mode 100644 index 0000000..85ddcdb --- /dev/null +++ b/it/projects/simple-js/file.js @@ -0,0 +1,3 @@ +function msg(){ + alert("Hello JS"); +}
\ No newline at end of file |