fix(curriculum): number sorter (js beta) step 8: awkward phrasing (#55655)

This commit is contained in:
Nayeli De Jesus
2024-07-26 00:46:31 -07:00
committed by GitHub
parent 788c621ea0
commit 82ec052a3f
@@ -9,7 +9,7 @@ dashedName: step-8
You should use `console.log()` to print out the result of `inputValues`. Write the code for this inside the `sortInputArray` function.
To see the result for the `inputValues` array, log out the `inputValues` array to the console. Then click on the sort button and open up the console. You should see an array of strings like this:
To see the logged `inputValues` array, click on the sort button and open up the console. You should see an array of strings like this:
```js
[ '8', '2', '4', '1', '3' ]