Hello

ecma/basic/hello/code/hello.js:

name = 'Alice';

// TODO
// Output:
//  hello Alice

Response: response/hello.js