This is a list of exercises to understand test scripts.
Reading and understanding tests is CRUCIAL to succeed in Hola Code, AND as a software engineer.
The below videos, and this exercise file will help you MASTER reading tets.
First, please watch both of these videos.
Secondly,
Open exercise.js in a text editor of your choice.
Then, analyze the test scripts, and comment answers for every question in it.
Thirdly,
View the answers in the solution branch.
If ALL your answers match, then great! You have mastered how to read tests.
If any of your answers are wrong, then redo this same quiz the next day!
Through this process of repeating it until you master it, you will gain deep insight and experience into testing and eventually become a master!
Do you have any test cases unaddressed by this problem set?
Please make a Pull Request and I'll be happy to add :)