Checks to see if the given array is sorted in ascending order.
The array to check.
true if the array is sorted in ascending order, and false otherwise.
true
false
Checks to see if the given array is sorted in ascending order.