Testing Resources
These resources are helpful extra reading that may clarify or enhance concepts you’re learning in the main curriculum.
-
Make Your Test Fail
Good testing practices so you can be confident your tests are working. -
The advantages of the template element
A comparison of creating DOM elements manually versus using the<template>
element. Useful technique if you’re dynamically rendering lots of stuff with JS.