{"ScriptPreparationCode":"var text = \u0022banana\u0022","TestCases":[{"Name":"Native","Code":"text.charAt(0).toUpperCase() \u002B text.slice(1)","IsDeferred":false},{"Name":"Lodash","Code":"_.upperFirst(text)","IsDeferred":false},{"Name":"Native replace","Code":"text.replace(/./, c =\u003E c.toUpperCase())","IsDeferred":false}]}