jaredhanson/node-scripts

View on GitHub
examples/js/hello.js

Summary

Maintainability
A
0 mins
Test Coverage
var hello = 'Hello JavaScript';

exports.hello = hello;