Sha256: 9f057c50cd725c1a58880301f2bfa6044cee41e420ccbd9477dae2d2efcc4d25
Contents?: true
Size: 386 Bytes
Versions: 141
Compression:
Stored size: 386 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
141 entries across 141 versions & 1 rubygems
Version | Path |
---|---|
trackler-2.2.1.38 | tracks/javascript/exercises/hello-world/hello-world.js |