mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): number sorter (js beta) step 8: awkward phrasing (#55655)
This commit is contained in:
+1
-1
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user