{"ScriptPreparationCode":"function getRandomInt(max) {\r\n return Math.floor(Math.random() * Math.floor(max));\r\n}\r\nvar root = document.getElementById(\u0027root\u0027);\r\nvar e = React.createElement;","TestCases":[{"Name":"function call","Code":"const pluralize = (singular, plural, count) =\u003E (count === 1 ? singular : plural);\r\nlet count = getRandomInt(3);\r\nReactDOM.render(e(\u0027div\u0027,{},pluralize(\u0027application\u0027, \u0027applications\u0027, count) ), root)","IsDeferred":false},{"Name":"expression","Code":"let count = getRandomInt(3);;\r\nReactDOM.render(e(\u0027div\u0027,{},\u0060application${count \u003E 1 ? \u0027s\u0027:\u0027\u0027}\u0060 ), root)","IsDeferred":false}]}