Skip to content

Commit 168d8ae

Browse files
authored
Merge branch 'main' into 1-implement-and-rewrite-tests-2
2 parents b9fd50a + 1a1b90b commit 168d8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sprint-2/4-mandatory-interpret/time-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ function formatTimeDisplay(seconds) {
3030
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
3131
// =============> write your answer here
3232

33-
// e) What is the return value assigned to num when pad is called for the last time in this program? Explain your answer
33+
// e) What is the return value of pad when it is called for the last time in this program? Explain your answer
3434
// =============> write your answer here

Sprint-3/1-implement-and-rewrite-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to choose test values that thoroughly test a function.
88
In the `implement` directory you've got a number of functions you'll need to implement.
99
For each function, you also have a number of different cases you'll need to check for your function.
1010

11-
Write your assertions and build up your program case by case. Don't rush to a solution. The point of these assignments is to learn how to write assertions and build up a program step by step.
11+
Write your implementation and your tests to cover the cases the function should fulfil.
1212

1313
Here is a recommended order:
1414

0 commit comments

Comments
 (0)