We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac76f60 commit 20313fdCopy full SHA for 20313fd
README.md
@@ -10,6 +10,7 @@ This repo contains example code for ["Learn JavaScript with Eric Elliott"](https
10
11
1. Clone the repo: `git clone [email protected]:learn-javascript-courses/what-is-a-closure.git`
12
2. `cd what-is-a-closure`
13
-3. `npm run watch`
14
-4. Delete the contents of `source/index.js`
15
-5. Recreate the implementation. Make the tests pass.
+3. `npm install`
+4. `npm run watch`
+5. Delete the contents of `source/index.js`
16
+6. Recreate the implementation. Make the tests pass.
0 commit comments