Array.parse Function
Creates an array from a string representation. This function is static and can be invoked without creating an instance of the object.
var a = Array.parse(value);
Show:
Creates an array from a string representation. This function is static and can be invoked without creating an instance of the object.
var a = Array.parse(value);