• absolute sorting - wrong code template

 

In this problem https://js.checkio.org/mission/absolute-sorting/solve/ there is an invalid template.

```def absoluteSorting(numbers){ return numbers } ```

.