It will determine whether the provided value is a string or not.
value
1.0.0
isString("foo");// => true Copy
isString("foo");// => true
isString(2);// => false Copy
isString(2);// => false
It will determine whether the provided
value
is a string or not.