Pregunta:
What are three ways to fix an error about excess property checking?
Autor: Kate WRespuesta:
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 calificaciones)
1 answer(s) in total
Autor
Kate W