reverse method

JsArray<E> reverse()

Implementation

JsArray<E> reverse() => jsu.callMethod(this, 'reverse', []);