Hacker News new | ask | show | jobs
by OtherMush 2430 days ago
I looks like only the two built-in variables "array1" and "array2" can be used like actual arrays. someBot = someArray[0]; will not work but array1 = someArray; someBot = array1[0]; will.