In this video, I dive deep into "if" and "else" statements also known as conditional statements. These are used to perform a specific task or execute code only when a given condition is met.
You can find the code in this video in the GitHub repository accessible via this link;
https://github.com/code-with-twahirwa...
To read more about conditional statements, use the following links;
https://www.w3schools.com/js/js_if_el...
https://developer.mozilla.org/en-US/d...