Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Total TypeScript
(Uncensored)
subscribe
Array<T> vs T[]: Which is better? (article)
https://www.totaltypescript.com/array-types-in-typescript
links
backlinks
When declaring array types in TypeScript, you can choose between `Array` and `T[]`. Both are identical, but there are some considerations to keep in mind.