JavaScript Array.push.apply(this.NameOfArray,data)


If you don't want an array to create an array inside an array in JavaScript use this.ArrayName.push.apply(NameOfArray,data)

[NB] This is helpful if you are passing a lot of data or pushing JSON data to the array. It worked brilliantly.Link. Another LInk.






© 2023 - ErnesTech - Privacy