My Learning Curve

Feed / Total TypeScript

Array<T> vs T[]: Which is better? (article)

Tuesday, August 22, 2023

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.

Read original article ↗