{"ScriptPreparationCode":null,"TestCases":[{"Name":"push","Code":"const options = [];\r\noptions.push({\r\n text: \u0022conference.ask_host_for_help\u0022,\r\n value: \u0022askHostForHelp\u0022\r\n});\r\noptions.push({\r\n text: \u0022conference.message_to_host\u0022,\r\n value: \u0022setMessageTargetHost\u0022\r\n});","IsDeferred":false},{"Name":"spread","Code":"let options = [];\r\noptions = [...options, {\r\n text: \u0022conference.ask_host_for_help\u0022,\r\n value: \u0022askHostForHelp\u0022\r\n}];\r\noptions = [...options, {\r\n text: \u0022conference.message_to_host\u0022,\r\n value: \u0022setMessageTargetHost\u0022\r\n}];","IsDeferred":false}]}