mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 19:17:33 +08:00
Ready for review
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// > [].isSorted()
|
// > [].isSorted()
|
||||||
// false
|
// true
|
||||||
// > [1].isSorted()
|
// > [1].isSorted()
|
||||||
// true
|
// true
|
||||||
// > [1,2,3].isSorted()
|
// > [1,2,3].isSorted()
|
||||||
|
Reference in New Issue
Block a user