Very simple thing I am trying to do in JS (assign the values of one array to another), but somehow the array bar\'s value doesn\'t seem affected at all.
bar
copy-or-clone-javascript-array-object
var a = [ 'apple', 'orange', 'grape' ]; b = a.slice(0);