I tried changing numbers, plus i also tried removing and re-adding math floor but the outcome was still the same. It’s supposed to give different number every time but in my case it’s only giving one number as an output no matter how many times i write the code.
My code is
var thisIsNew = Math.floor(Math.random() * 6);