Writing your First Test Case using JEST
<h4><strong>Overview:</strong></h4>
<p>Testing in JavaScript is one of the most important skills you can know as a developer. It's something a lot of people don't focus on. But if you know to test, it's going to set you apart from every other developer that does not know to test and give you that extra leg up when you are applying for jobs.</p>
<h4><strong>Pre-requisites:</strong></h4>
<p>Basic knowledge of JavaScript</p>
<h4><strong>Difficulty Level: </strong></h4>
<p>Easy - Medium</p>