Skip to content

Commit dc8c373

Browse files
author
Ryan Hamblin
authored
Update README.md
1 parent c268e18 commit dc8c373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Do not use any of the built in Javascript Array methods like .forEach .map etc.
99
* Run the command `npm i` to install needed node packages.
1010
* Run the command `npm test` to run the tests.
1111
* Work through the files and make the tests pass.
12-
* Suggested order: `callbacks.js` (no tests), `arrays.js`, `objects.js`, `closure.js`.
12+
* Suggested order: `callbacks.js`, `arrays.js`, `objects.js`, `closure.js`.
1313
* Submit a pull request when you are finished and we will review your code.

0 commit comments

Comments
 (0)