{"ScriptPreparationCode":"const example = \u0027there is no spoon\u0027","TestCases":[{"Name":"slice","Code":"const firstUpper = (string_)=\u003E(string_.charAt(0).toUpperCase() \u002B string_.slice(1));\r\nconst result = firstUpper(example);","IsDeferred":false},{"Name":"substr","Code":"const firstUpper = (string_)=\u003E(string_.charAt(0).toUpperCase() \u002B string_.substr(1));\r\nconst result = firstUpper(example);","IsDeferred":false},{"Name":"substring","Code":"const firstUpper = (string_)=\u003E(string_.charAt(0).toUpperCase() \u002B string_.substring(1));\r\nconst result = firstUpper(example);","IsDeferred":false}]}