var tags = new Array();
var tags[4]= new Array();
tags[4].push("Hello");
Somehow this doesnt work, console Says on line two that there's an unexpected Token... Can you help me somehow? Its an Array inside an Array. I simplified the code, because the rest is right.
Thx