Try this…
$w.onReady(()=>{setup();})
function setup() {
$w("#dropdown1").options = [
{ "label": "Who's on first!", "value": "first" },
{ "label": "What's on second", "value": "second" },
{ "label": "I Don't Know is on third", "value": "third" }
];
}