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