Beast quest · reward 35 XP

Array<T> equals T[].

🥚

Egg hatching · 0%

Finish every step to hatch your monster!

Step 1 / 6

👾

Generic Array

Array<T> equals T[]. 🔍 Why it matters: Big teams use this so their code stays tidy and easy to fix.

let a: Array<number> = []