Is this array with in array declaration correct? and if it is correct how can I output or atleast alert all the contents in the chkArray?
var chkArray = { tv_type[],screen_size[],connectivity[],features[]};
var tv_type = [];
var screen_size = [];
var connectivity = [];
var features = [];
$.each()function to iterate through your arrays. Documentation each()