adspace


What is static typing in typescript?

Answer Posted / Ritesh Kumar Jaiswal

Static typing in TypeScript refers to the ability of the compiler to check and enforce that all variables are correctly typed before the code is executed. This means that the developer must specify the data type for each variable at the time it is declared, allowing the compiler to catch errors early on during development.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current stable version of typescript?

315


Who developed typescript and what is the current stable version of typescript?

275