Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zrabhi/typeScript-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arrays

Learning TypeScript's Arrays chapter covers declaring arrays and retrieving their members:

  • Declaring array types with []
  • Using parentheses to declare arrays of functions or union types
  • How TypeScript understands array elements as the type of the array
  • Working with ... spreads and rests
  • Declaring tuple types to represent fixed-size arrays
  • Using type annotations or as const assertions to create tuples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published