{"ScriptPreparationCode":"var string = \u0027some string that ends with burrito\u0027;\r\nvar stringToCheck = \u0027burrito\u0027;\r\n\r\nvar result = null;","TestCases":[{"Name":"endsWith()","Code":"result = stringToCheck.endsWith(string);","IsDeferred":false},{"Name":"includes()","Code":"result = stringToCheck.includes(string);","IsDeferred":false}]}