isEmptyString
isEmptyString(value) ⇒ Boolean
Section titled “isEmptyString(value) ⇒ Boolean”Check if the text is not empty
Kind: global function
Returns: Boolean - Boolean
| Param | Type |
|---|---|
| value | String |
Example
console.log(isEmptyString("Something"));