I have a problem with logging out the contents of an array inside an object. The actual object looks like this
var stuff = { accepted: [ \'item1\', \'ite
Try it with: console.log(JSON.stringify(variable))
console.log(JSON.stringify(variable))