d10973adb ^
1 2 3 4 5 6 7
# simple check for two dimensional arrays const myData = [[1,2,3], [4, 5, 6]] echo myData[0][2] #OUT 3