0

I can't figure out how to push a string in an array at a specific index.

Here is my array : var list = ['',''];

I would like to be able to replace, for example, the first array entry, so the list would be : list = ['something',''];

I tried to found a function for that, but nothing came up...

I know that I can add a string to an array using list.push('something'); but I don't know how to do something like list.pushThisAt(string, index);

I need your help !

B.T
  • 521
  • 1
  • 7
  • 26

0 Answers0