We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c268e18 commit dc8c373Copy full SHA for dc8c373
1 file changed
README.md
@@ -9,5 +9,5 @@ Do not use any of the built in Javascript Array methods like .forEach .map etc.
9
* Run the command `npm i` to install needed node packages.
10
* Run the command `npm test` to run the tests.
11
* Work through the files and make the tests pass.
12
-* Suggested order: `callbacks.js` (no tests), `arrays.js`, `objects.js`, `closure.js`.
+* Suggested order: `callbacks.js`, `arrays.js`, `objects.js`, `closure.js`.
13
* Submit a pull request when you are finished and we will review your code.
0 commit comments