I have been having a little trouble with math.random. I didn’t get it. Of course I could have skipped it or just made it do it for me but It didn’t tell me what I did wrong and RNG is a big part of coding! I really need some help… It says:
Inside of a console.log, create a random number with Math.random, then multiply it by 100.
If you run the program few times, you’ll see random numbers in the console.
I put: console.log(Math.floor(Math.random() * 50))
Please help T^T? I just wan’t make games to help the gaming community and become a better part of it. :<
… Could you tell me in better words then? I thought it wanted me to make a random number generator in a console.log then take that number and times it by 100. I read the whole thing and I can’t get a grip on what to do.