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
@@ -33,7 +33,7 @@ To start javascript assignments please follow the next steps:
33
33
34
34
35
35
### How to setup work environment
36
-
* Download and install the latest [Nodejs](https://nodejs.org/en/download/stable/).
36
+
* Download and install the latest [Nodejs](https://nodejs.org/en/download/).
37
37
* Run `npm install` from you repository folder to download the required modules. All dependent modules will be located in the *node_modules* folder.
38
38
* Open your favorite editor and complete tasks.
39
39
* Open your terminal and use `npm test` command to run all tests. You can run single file by passing it as argument `npm test ./test/01-strings-tests.js`.
0 commit comments