{"ScriptPreparationCode":null,"TestCases":[{"Name":"lastIndexOf","Code":"var str = \u0022Hello world, welcome to the universe.\u0022;\r\nvar n = str.lastIndexOf(\u0022welcome\u0022);","IsDeferred":false},{"Name":"startsWith","Code":"var str = \u0022Hello world, welcome to the universe.\u0022;\r\nvar n = str.startsWith(\u0022welcome\u0022);","IsDeferred":false}]}