from :: Array

Array.from(iterable) -> actualArray

 

Clones an existing array or creates a new one from an array-like collection.

 

This is an alias for the $A() method. Refer to its page for complete description and examples.

 

See also

 

$A method


Prototype API 1.5.0 - prototypejs.org