String Objects
String objects are created as in var myStr = new String("NPAC");or more simply with var myStr = "NPAC";
Actually, the latter is a string literal, but these are automatically converted to objects when necessary
Characters are indexed starting with 0