String
What is String?
String in javascript is a datatype which is used to store and manipulate text.
Example
var a = 'text'
What is String?
String in javascript is a datatype which is used to store and manipulate text.
Example
var a = 'text'