{"ScriptPreparationCode":"var string = \u0027car\u0027;\r\nvar stringToCheck = \u0027abcdefghijkcar\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}]}