Google News
logo
TypeScript - Quiz(MCQ)
You can disable implicit variable type assignment by enabling the compiler option:
A)
noImplicitAny
B)
noAutoType
C)
Implicit = FALSE
D)
autoTypeAssignment = FALSE

Correct Answer :   noImplicitAny

Advertisement