JavaScript Testing Fundamentals - Introduction to JavaScript Testing - What to test?
In this testing lesson, we're going to learn how to evaluate our code and identify what we should test. We walk through a User class and evaluate each method.
In this testing lesson, we're going to learn how to evaluate our code and identify what we should test. We walk through a User class and evaluate each method.