Sha256: 19f1c006f11569649e04d0610f5ca2c5a616bd2cf5bcaa6defa50d6ba57c2c73
Contents?: true
Size: 389 Bytes
Versions: 203
Compression:
Stored size: 389 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(input) { // // YOUR CODE GOES HERE // }; module.exports = HelloWorld;
Version data entries
203 entries across 203 versions & 1 rubygems