H. the experts needed to fill the select list from the array.
There is an array like this:
ion.sound({ sounds: [ {name: "join"}, {name: "join1"}, {name: "join2"}, {name: "join3"}, {name: "join4"}, {name: "join5"} ], }); How now to create a drop-down select list filled with an option from this array?