{"ScriptPreparationCode":"var a=\u0022this is a very long string\u0022","TestCases":[{"Name":"endsWith multiple","Code":"const b = a.endsWith(\u0022ring\u0022)","IsDeferred":false},{"Name":"index multiple","Code":"const b= a[a.length-4]===\u0027r\u0027\u0026\u0026a[a.length-3]===\u0027i\u0027\u0026\u0026a[a.length-2]===\u0027n\u0027\u0026\u0026a[a.length-1]===\u0027g\u0027","IsDeferred":false},{"Name":"endsWith single","Code":"const b = a.endsWith(\u0022g\u0022)","IsDeferred":false},{"Name":"index single","Code":"const b= a[a.length-1]===\u0027g\u0027","IsDeferred":false}]}