Question:
If TypeScript doesn't have enough information around the declaration site to infer what a variable type should be, what type does the variable get?
Author: Kate WAnswer:
Any, the most flexible type (the normal way JS variables work)
0 / 5 Â (0 ratings)
1 answer(s) in total