Does javascript use immutable or mutable strings? Do I need a \"string builder\"?
JavaScript strings are indeed immutable.