The toString() method returns a string representing the specified array too its elements. The Array object overrides the toString method of Object. For Array objects, the toString method joins the array too returns 1 string containing each array chemical gene separated past times commas. For example, the next code creates an array too uses toString to convert the array to a string.
Syntax Array.toString();
Example var ar=[10,20,30]; alert(ar.toString());
Example Program:- (Editor)
Editor is Loading...
Output:-
Advertisement
Tidak ada komentar:
Posting Komentar