Languages
[Edit]
EN

TypeScript - insert element to array

0 points
Created by:
Vanessa-Drake
718

In TypeScript it is not intuitive at first time how to insert element to array into some index position. Insert element into some index position operation can be achieved with Array.prototype.splice method. This article is focused on how to do it.

1. Insert element into the index position with Array.prototype.splice method example

Edit

Output:

Notes about Array.prototype.splice method:

  • takes as first argument index into 1st index position
  • takes as second argument number of removed elements - in this case we do not remove elements
  • takes as third argument added element

Alternative titles

  1. TypeScript - how to insert element to array?
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join