Converts each String to JSString and maps them into a JSArray
JSArray<JSString> toJSArray() { return map((e) => e.toJS).toList().toJS; }