javascript .split no spaces code example Example: javascript split and trim var arr = str.split(",").map(item => item.trim());