String Object
From eSignal EFS 2
|
String Object |
Top Previous Next |
|
The String Object in Javascript
String Constructors
var a = "This is a string"; var b = new String("This is another string");
String Methods and Properties
|
From eSignal EFS 2
|
String Object |
Top Previous Next |
|
The String Object in Javascript
String Constructors
var a = "This is a string"; var b = new String("This is another string");
String Methods and Properties
|