Returns an empty value if the given text is undefined
Optional
the text to check
an empty value if the given text is undefined
defaultString(undefined); // ''defaultString(null); // '' Copy
defaultString(undefined); // ''defaultString(null); // ''
Returns an empty value if the given text is undefined