String
In any computer programming language, a string is a sequence ofcharacters used to represent text.
InJavaScript, a String is one of theprimitive values and theString object is awrapper around a String primitive.
In any computer programming language, a string is a sequence ofcharacters used to represent text.
InJavaScript, a String is one of theprimitive values and theString object is awrapper around a String primitive.