UNPKG

generator-javascript-kata

Version:
9 lines (6 loc) 111 B
'use strict'; function HelloWorld() { }; HelloWorld.prototype.greet = function() { return "Hello world"; };