I try to do this:
but its not working. \"mystring\" is an object on
removeSpaces() { originalText ="hi! here i'm"; removedSpacesText = originalText.split(" ").join(""); }