save part of array into another arrayu' code example
Example 1: how store array in another array js
how store array in another array js
Example 2: assign array to another array
void copy(char[] a){....}
char[] a="Hello";
copy(a);
how store array in another array js
void copy(char[] a){....}
char[] a="Hello";
copy(a);