Ready for review

This commit is contained in:
Christian Clauss
2020-05-13 00:50:23 +02:00
committed by GitHub
parent e8f1d888b3
commit f59062ae1a

View File

@ -4,7 +4,7 @@
*/ */
// > [].isSorted() // > [].isSorted()
// false // true
// > [1].isSorted() // > [1].isSorted()
// true // true
// > [1,2,3].isSorted() // > [1,2,3].isSorted()