Return true if it is a String
return !!arguments.length && it != null && (typeof it == "string" || it instanceof String); // Boolean