Reverse
Reverses the given sequence.
Syntax
Sequence.Reverse
ยท [sequence]
Parameters
- sequence
- The sequence to reverse.
Return Value
The reversed sequence.
Remarks
This action should only be used with selectors or sequences that don't perform any action, to prevent the browser from performing these actions twice.