SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

TypeScript

» Start this Course
(Practice similar questions for free)
Question:

What are three ways to fix an error about excess property checking?

Author: Kate W



Answer:

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

Author

Kate W
Kate W