let str = "hellow world!"console.log(str.trim().split(" ")) console.log(str.trim().split(" ").length)