Solution Review: Fix the Code
Learn how to fix the code given in the previous lesson.
We'll cover the following...
We'll cover the following...
Solution
The code given below passes all the tests, giving us the desired output.
Explanation
In the previous lesson, you were required to fix all the errors in the given exercise. The code would not terminate until you fixed the errors.
Using ESLint on code returns, you can see the list of errors in the output of ...