var str ="Rome was not built in a day"; arr =str.replace(/\s/g); var num =0; for(var i of str) { num++; } document.write(num);