{"ScriptPreparationCode":"var helloworld = document.getElementById(\u0022helloworld\u0022);","TestCases":[{"Name":"addition \u002B tostring","Code":"for(i=0;i\u003C100;i\u002B\u002B){\r\n console.log(\u0022test123\u0022 \u002B helloworld.toString())\r\n}","IsDeferred":false},{"Name":"concat","Code":"for(i=0;i\u003C100;i\u002B\u002B){\r\n console.log(\u0022test123\u0022.concat(helloworld))\r\n}","IsDeferred":false},{"Name":"concat \u002B toString","Code":"for(i=0;i\u003C100;i\u002B\u002B){\r\n console.log(\u0022test123\u0022.concat(helloworld.toString()))\r\n}","IsDeferred":false},{"Name":"addition ","Code":"\r\nfor(i=0;i\u003C100;i\u002B\u002B){\r\n console.log(\u0022test123\u0022 \u002B helloworld)\r\n}","IsDeferred":false}]}