HTML Diff
0 added 26 removed
Original 2026-01-01
Modified 2026-02-21
1 - <p>Course updated on December 29, 2025</p>
 
2 - <p><a>Subscribe</a></p>
 
3 - <p>Access this and all courses with a subscription</p>
 
4 - <p>What's included</p>
 
5 - <p>12 lessons (video and/or text)</p>
 
6 - <p>10 exercises in the simulator</p>
 
7 - <p>Extended materials for 12 lessons</p>
 
8 - <h2>Description</h2>
 
9 <p>The market-leading programming processes includes automated testing as a key component. The only trustworthy method for verifying that the code is functional is through tests. They do not eliminate bugs, but they do enable you to maintain a manageable amount of them. Tests provide assurance that changes made to one component of the system would not harm other parts.</p>
1 <p>The market-leading programming processes includes automated testing as a key component. The only trustworthy method for verifying that the code is functional is through tests. They do not eliminate bugs, but they do enable you to maintain a manageable amount of them. Tests provide assurance that changes made to one component of the system would not harm other parts.</p>
10 <p>This course looks at both general test writing principles and contemporary JavaScript testing tools.</p>
2 <p>This course looks at both general test writing principles and contemporary JavaScript testing tools.</p>
11 - <h2>You will learn</h2>
 
12 - <ul><li><p>Writing better code with fewer bugs than code without tests</p>
 
13 - </li>
 
14 - <li><p>Build the architecture of your code better based on how it will be used</p>
 
15 - </li>
 
16 - <li><p>Write code faster due to automated result check</p>
 
17 - </li>
 
18 - <li><p>Perform code refactoring more often, ridding it of legacy, thanks to the guarantees that tests give</p>
 
19 - </li>
 
20 - </ul><h2>Recommended programs</h2>
 
21 - <ul><li><p>Run code right in the browser</p>
 
22 - </li>
 
23 - <li><p>Lifetime access</p>
 
24 - </li>
 
25 - <li><p>Learn at your own pace</p>
 
26 - </li>
 
27 - </ul><p><a>Subscribe</a></p>
 
28 - <p>Access this and all courses with a subscription</p>