diff --git a/exercises/arraysorting.js b/exercises/arraysorting.js index d40d935..1b994fd 100644 --- a/exercises/arraysorting.js +++ b/exercises/arraysorting.js @@ -1,7 +1,7 @@ // Test you code by forking this repl: // 👉 - +// I couldn't fing the implementation for this code. // Write a function that takes in an array and sort the numbers inside from least to greatest function sortArray (array) {