Creates a new JavaScript array and initializes it to the contents of other.
other
JsArray.from(Iterable<E> other) : super._fromJs([]..addAll(other.map(_convertToJS)));