Skip to content

isEmptyString

Check if the text is not empty

Kind: global function
Returns: Boolean - Boolean

ParamType
valueString

Example

console.log(isEmptyString("Something"));