Sha256: 8feee80c425ca4b068de538b55b086281ebb6489f4da069b7397bc613800c69c
Contents?: true
Size: 384 Bytes
Versions: 52
Compression:
Stored size: 384 Bytes
Contents
// // This is a stub file for the 'Hello World' exercise. It's been provided as a // convenience to get you started writing code faster. // Make sure to look at hello-world.spec.js--that should give you some hints about what is // expected here. var HelloWorld = function() {}; HelloWorld.prototype.hello = function() { // // YOUR CODE GOES HERE // }; module.exports = HelloWorld;
Version data entries
52 entries across 52 versions & 1 rubygems