const splash = [
'123',
'222',
'31',
'213'
];
$w.onReady(function(){
const text = Math.floor(Math.random() * (splash.length - 1));
•'splash' does not exist in '#splashText'• $w('#splashText').splash = splash[text];
});
i use this code but it isn’t work gives error