Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 67b697b

Browse files
committed
Remove numbering from folder names
1 parent 06d0bab commit 67b697b

11 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
Like learning a musical instrument, programming requires daily practise.
22

3-
The exercises are split into three folders: `exercises`, `mandatory` and `extra`. All homework in the `exercise` and `mandatory` section **must** be completed for homework by the following lesson.
3+
The exercises are split into two folders: `mandatory` and `extra`. All homework in the `mandatory` section **must** be completed for homework by the following lesson.
44

55
The `extra` folder contains exercises that you can complete to challenge yourself, but are not required for the following lesson.
66

7-
87
## Solutions
98

109
The solutions for this coursework can be found here:
@@ -15,9 +14,8 @@ This is a **private** repository. Please request access from your Teachers, Budd
1514

1615
## Testing your work
1716

18-
- Each of the *.js files in the `1-exercises` folder can be run from the terminal using the `node` command with the path to the file. For example, `node 1-exercises/A-array-find/exercise.js` can be run from the root of the project.
19-
- To run the tests in the `2-mandatory` folder, run `npm run test` from the root of the project (after having run `npm install` once before).
20-
- To run the tests in the `3-extra` folder, run `npm run extra-tests` from the root of the project (after having run `npm install` once before).
17+
- To run the tests in the `mandatory` folder, run `npm run test` from the root of the project (after having run `npm install` once before).
18+
- To run the tests in the `extra` folder, run `npm run extra-tests` from the root of the project (after having run `npm install` once before).
2119

2220
## Instructions for submission
2321

0 commit comments

Comments
 (0)