UNPKG

ageguesser

Version:

Age Guesser

8 lines 162 B
module.exports.guess = function Age_Guesser(names) { if(names.length > 8) { console.log("You are old") } else { console.log('You are a dotcom') } }