I have an array holding misc. content, and I need to somehow produce a new array that will hold types of data at coresponding index, i've tried using:
typeof ( ["my", "misc", new Data] ),
but it gives me not what I'm expecting... Is there a way to generate such array?