{"ScriptPreparationCode":"const str = \u0027hey can i be in \u0027;\r\nconst shortx = \u0027hey c\u0027;\r\nconst noop = Function.prototype;","TestCases":[{"Name":"sw","Code":"const str = \u0027hey can i be in \u0027;const shortx = \u0027hey c\u0027;const noop = Function.prototype;if (str.startsWith(\u0060hey can i be in \u0060)) noop();","IsDeferred":false},{"Name":"slice","Code":"const str = \u0027hey can i be in \u0027;const shortx = \u0027hey c\u0027;const noop = Function.prototype;if (str.slice(16) === \u0060hey can i be in \u0060) noop();","IsDeferred":false},{"Name":"shortx","Code":"const str = \u0027hey can i be in \u0027;const shortx = \u0027hey c\u0027;const noop = Function.prototype;if (shortx.slice(16) === \u0060hey can i be in \u0060) noop();","IsDeferred":false}]}