Check if a value is a string
The value to check
True if the value is a string
isString('hello'); // true Copy
isString('hello'); // true
Check if a value is a string