UNPKG

testpublish-danilo

Version:
7 lines 142 B
exports.NumeroPar = function (n) { var resposta = false; if (n % 2 == 0) { resposta = true; } return resposta; }