I'm declaring a multi dimensional array with key and values at jquery but its showing error here is my code:
var beadArray =
{
0: {
barCode: "843036905884",
build: "144",
height: "46",
image: "https://www.brighton.com/charmbuilder/beads/v144_qijc0272.png",
mask: [
0: ["3", "36"],
1: ["1", "38"],
2: ["1", "38"],
3: ["1", "38"],
4: ["1", "37"],
5: ["1", "37"],
6: ["1", "37"],
7: ["2", "37"],
8: ["1", "38"]
],
name: "Autumn Spirit Bead",
quantity: "484",
rX: "19",
rY: "23",
retail: "29",
style: "jc0272",
theme: "A-E-H-I-J-L",
type: "B",
width: "40"
}
};
its showing
Uncaught SyntaxError: Unexpected token : at 0: ["3", "36"], line