I have some simple JavaScript file named test.js the file contain the following code:
test.js
function foo(){ console.log(\'hi\'); }
Sin