1
2
3
script.js
1function hello() {
2 console.log("Hello, World!");
3}
 
Created with SnapSuite