var arr = { "alphabets": new Array("a","b"), "numbers": new Array(1,2) }; console.log(arr["alphabets"]); consolle.log(arr["numbers"]);