Description
While completing the “What Are Some Examples of Common JavaScript Errors?” lesson,
I noticed a small grammatical error.
Current Text
“In this example, we are trying to log the price variable to the console but it hasn’t been defined. This is will result in a ReferenceError.”
Suggested Fix
“In this example, we are trying to log the price variable to the console but it hasn’t been defined. This will result in a ReferenceError.”
Notes
This appears to be an extra word (“is”) in the sentence. Small typo found when doing What Are Some Examples of Common JavaScript Errors? lesson.