Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2

...

Description

Returns a sorted array.

This is similar to the JavaScript sort.

Syntax
Code Block
array.sort()
Examples

Expression: $Array.sort()

Result: A sorted array.

splice

...