For Math.length() the first index = 1;
But when extracting something from a string. Such as, "Hello" If I want the "H" letter. The index is 0, so I would use .substring(0,1);