{"ScriptPreparationCode":"var string = \u0022Iam the god of hellfire, and I bring you...\u0022;\r\nvar search = \u0022Iam\u0022;\r\n\r\nfunction startsWith(haystack, needle) {\r\n return haystack.slice(0, needle.length) === needle;\r\n }","TestCases":[{"Name":"slice","Code":"var poly = startsWith(string, search);","IsDeferred":false},{"Name":"substring","Code":"var natiiv = string.startsWith(search);","IsDeferred":false}]}