Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Suppose, you have a variable defined like this:
let helloWorld = "Hello World";
What statement is correct?
The type of the variable will be inferred as string
The type of the variable will be inferred as never
We can not define variables like this with TypeScript, we must provide a type name.
The type of the variable will be inferred as any
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!