{"ScriptPreparationCode":"var string = \u0022I am the god of hellfire, and I bring you...\u0022","TestCases":[{"Name":"slice","Code":"var index = Math.floor(Math.random()*17);\r\nvar substring = string.slice(index, index\u002B8);","IsDeferred":false},{"Name":"substring","Code":"var index = Math.floor(Math.random()*17);\r\nvar substring = string.substring(index, index\u002B8);","IsDeferred":false},{"Name":"substr","Code":"var index = Math.floor(Math.random()*17);\r\nvar substring = string.substr(index, 8);","IsDeferred":false}]}