Languages
[Edit]
EN

TypeScript - replace element in array

0 points
Created by:
a_horse
538

In TypeScript it is not intuitive at first time how to replace element in array. Replace operation can be achieved with Array.prototype.splice method. This article is focused on how to do it.

1. Replace element with Array.prototype.splice method example

Edit

Output (with NodeJS):

Notes about Array.prototype.splice method:

  • takes as first argument index of replaced element
  • takes as second argument number of removed elements - in this case we remove one element and put on its place new one
  • takes as third argument added element in removed element place

Alternative titles

  1. TypeScript - how to replace element in 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