thatguymikeneal
04/26/2018, 1:37 PMvar datain = {"columns":["name","abbreviation"]};
for (x = 0; x < datain.columns.length; x++) {
am i being stupid, this should work shouldn’t it? i’ve tried for and forEach and just get the message that it can’t work on undefined. yet in debugger it works