Skip to content

I learned some concepts in TypeScript, including data types like string, number, boolean, array. I also explored functions with type annotations, return types.

Notifications You must be signed in to change notification settings

DheerajRawandhe/TypeScript-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript-Programs

I learned some concepts in TypeScript, including data types like string, number, boolean, array. I also explored functions with type annotations, return types.

Typescript :-

TypeScript is a strongly typed programming language that builds on JavaScript. It adds static typing, interfaces, and modern JavaScript features to make development more efficient and error-free. Microsoft developed TypeScript, and it is widely used for large-scale applications.

  • Static Typing: Helps catch errors during development instead of runtime.
  • Better Code Readability: Improves maintainability with well-defined types.

About

I learned some concepts in TypeScript, including data types like string, number, boolean, array. I also explored functions with type annotations, return types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published