FunctionsisStringOn this pageisString Check if a value is a string. Parameters ParameterTypeOptionalDefaultDescriptionvalueanyfalseThe value to check. Returns boolean Example isString(16777215); // falseisString("John"); // true