Question:
What are three ways to fix an error about excess property checking?
Author: Kate WAnswer:
1. Remove the excess property 2. Add the property to the function argument type 3. Create a variable to hold the value, and pass the variable (instead of the object literal) into the function
0 / 5 Â (0 ratings)
1 answer(s) in total