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