spreadoperator
Spread Operator In TypeScript
· ☕ 4 min read · ✍️ Adesh
In Typescript, you can use spread operator to spread the element of an array or object. The spread operator can be used for initializing an array or object from another array or object.