Check that it is array
Try:
var app = new Data(["Hello world",12,16,18],{
constructor: true,
/*
or
*/
entries: true
});
Last updated
Was this helpful?
Try:
var app = new Data(["Hello world",12,16,18],{
constructor: true,
/*
or
*/
entries: true
});
Last updated
Was this helpful?