isString
Returns true if the value is a string.
value(required): the value to test
utlx
isString("hello") // true
isString(42) // false
isString(null) // false