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

Commit 9b77372

Browse files
authored
Update README.md
1 parent 06927b2 commit 9b77372

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ The exercises are split into three folders: `exercises`, `mandatory` and `extra`
44

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

7+
## Solutions
8+
9+
The solutions for this coursework can be found here:
10+
11+
https://github.com/CodeYourFuture/JavaScript-Core-1-Coursework-Week2-Solution
12+
13+
This is a **private** repository. Please request access from your Teachers, Buddy or City Coordinator after the start of your next lesson.
14+
715
## Instructions for submission
816

917
For your homework, we'll be using [**test driven development**](https://medium.com/@adityaalifnugraha/test-driven-development-tdd-in-a-nutshell-b9e05dfe8adb) to check your answers. Test driven development (or TDD) is the practice of writing tests for your code first, and then write your code to pass those tests. This is a very useful way of writing good quality code and is used in a lot of industries. You don't have to worry about knowing how this works, but if you're curious, engage with a volunteer to find out more! :)

0 commit comments

Comments
 (0)