Computer Science, asked by myself3073, 1 year ago

1,2,3,4,1,2,3,4 how to create 2 array in javascript [1,2,3,4]

Answers

Answered by Anonymous
0
I wanted to add the elements of an array into another, so I tried this:

[1,2] + [3,4]

It responded with:

"1,23,4"
Similar questions