Share feedback, ideas and get community help

Home
Members
crossbrasil
c
crossbrasil
Offline, last seen 3 months ago
Joined September 13, 2024
Block to setVariable
Block with shuffle script
Block to show the options.

function shuffle(array) { array.sort(() => Math.random() - 0.5); } let x = {{options}}; shuffle({x); setVariable({{options}}, x);

does not work
2 comments
c
K