{"ScriptPreparationCode":"var string = \u0022I am the god of hellfire, and I bring you...\u0022","TestCases":[{"Name":"substring","Code":"var substring = string.substring(string.indexOf(\u0027,\u0027) \u002B 1)","IsDeferred":false},{"Name":"split with pop","Code":"var substring = string.split(\u0027,\u0027).pop();","IsDeferred":false}]}