Is there a way to output only the values of arrise.tester2? Maybe using forEach or JSON.stringify?
Here is the code snippet:
var arrise = [{"tester1":"testo","tester2":["testi1","testi2"]},{"tester1":"testc","tester2":["test1","test2"]},{"tester1":"testd","tester3":["tes1","tes3"]}];