i have an array of strings. i'm trying to make a function that will return the arry without blank entries.

input would be: "text"/"words"/""/"more words"/""
result woud be: "text"/"words"/"more words"