function f1(text) { return text.split(/\s+/).length; };
function f2(text) { if(text.charAt(text.length - 1) != '.') { text += '.'; } return text; };