can this array of numbers sequence be represented in less characters (excluding whitespace) than this?
i = [0,1,2,3,4,5,6,7,8,0,3,6,1,4,7,2,5,8,0,4,8,6,4,2];
(52 chars)
or a function i which returns the same values in under 52 chars
the aim is to reduce the number of characters used to represent the code.
i=’012345678036147258048642′.split(”);