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