Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5f7475

Browse files
committed
Little phrasing changes
1 parent 9774e00 commit c5f7475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t6-test-changing-colours.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## T6 Test changing colours
22

3-
Now using TDD to create a Constructor Function (also called a Class) that makes it easy to set the Test Colour of a block. Call the function `SetTestStatus`. The constructor function should take the element id as a parameter. It should have two functions called `testFailed` and `testPassed`
3+
Now use TDD to create a Constructor Function (also called a Class) that makes it easy to set the Test Colour of a block. Call the function `SetTestStatus`. The constructor function should take the element id as a parameter. It should have two functions called `testFailed` and `testPassed`
44

55
Using it should look like this:
66

@@ -22,7 +22,7 @@ Create these files:
2222
* fail_pass_test.js
2323
* fail_pass.html
2424

25-
Remember to test that the `SetTestStatus` functions methods are changing the DOM elements as expected.
25+
Remember to test that the methods of the `SetTestStatus` function are changing the DOM elements as expected.
2626

2727
**Remember to commit to Git**
2828

0 commit comments

Comments
 (0)