Typescript Tutorial for Beginners in Hindi #3: Variable Declaration in Typescript in Hindi HD
Welcome guys, in this video we will see Declaring Variables in Typescript in Hindi. How to declare a variable in typescript in Hindi. A variable, by definition, is “a named space in the memory” that stores values. In other words, it acts as a container for values in a program. TypeScript variables must follow the JavaScript naming rules − Variable names can contain alphabets and numeric digits. They cannot contain spaces and special characters, except the underscore (_) and the dollar ($