{"ScriptPreparationCode":"var string = \u0022I am the god of hellfire, and I bring you...\u0022","TestCases":[{"Name":"indexOf \u002B slice","Code":"var position = string.indexOf(\u0027,\u0027);\r\nif (position === -1) position = string.length;\r\nvar substring = string.slice(0, position);","IsDeferred":false},{"Name":"split","Code":"var substring = string.split(\u0027,\u0027)[0];","IsDeferred":false}]}