Copy any value in the array

It's very easy:

var app = new Data(["Hello world",12,16,18],{
   copy: 0 
});

Last updated