Sha256: abd48e861573d23d1cbbd2a2ef3a9475643cd477f1c112792e69baa6566de86b
Contents?: true
Size: 301 Bytes
Versions: 105
Compression:
Stored size: 301 Bytes
Contents
var TwoFer = function () {}; TwoFer.prototype.twoFer = function (who) { // your code goes here // You will have to use the parameter who // in some way. In this example, it is just // returned, but your solution will have to // use a conditional. return who; }; module.exports = TwoFer;
Version data entries
105 entries across 105 versions & 1 rubygems