gnoulv
0
Q:

assign array to another array

var ar = ["apple","banana","canaple"];
var bar = Array.from(ar);
alert(bar[1]); // alerts 'banana'

// Notes: this is for in In ES6, works for an object of arrays too!
2
void copy(char[] a){....}

char[] a="Hello";

copy(a);
0

New to Communities?

Join the community