Split the string on all the .'s and then join it again with empty spaces, like this:
.
checkedNew = checked.split('.').join("");
1.4m articles
1.4m replys
5 comments
57.0k users