var arr_test = []; arr_test.push("ddd"); arr_test.push("ccc"); console.log(JSON.stringify(arr_test));