You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Welcome to your first JavaScript lab!
14
14
15
15
You'll find a file called `strings.js` in this directory. Your mission, should you choose to accept it, is to get tests to pass.
16
16
17
-
Before anything, make sure that you've installed the require dependencies. Just run `npm install`. (If that doesn't work and you're not using the Learn IDE, make sure you have [Node.js and npm](https://nodejs.org/en/download/) installed
17
+
Before anything else, make sure that you've installed the required dependencies. Just run `npm install`. (If that doesn't work and you're not using the Learn IDE, make sure you have [Node.js and npm](https://nodejs.org/en/download/) installed.)
18
18
19
19
You can run the tests using the `learn` command in your terminal or the Learn IDE. Give that a go now.
0 commit comments