Parsing Error - Unexpected Token

I am trying to make a dropdown which lands on pages…I dont not write code but followed a youtube video on how to make it happen. This last portion is giving me issues and coming up with a Parsing Error - Unexpected Token: See code below

export function locationdropdow_change(event) {
let gotourl = Sw( “#locationdropdow” ).value;
wixlocation.to(gotourl);

Can someone let me know what im doing wrong?

Hello,

perhaps this little example here can help :grin:

https://russian-dima.wixsite.com/meinewebsite/website-navigation

It should be $w not Sw

Eagle-eye-J.D. well done. Did not see it :grin: