Ivelios
Results
1
comments of
Ivelios
The sorted() method call the copy() method And the copy() method contains : ``` export function copy (anObject) { if (anObject == null || typeof anObject == "object") { return...