Learning line code may seem challenging, especially once you've just gotten used to Scratch and don't want to go to these monsterities: let X = Math.round(Math.random() * 10) let Game = prompt("Pick a number between 0 and 10") if (Game == X) { alert("Congrats, you got it right!") } else if (Game > 10) { alert("That isn't a number you silly goose!") } else if (Game < 0) { alert("That isn't a number you silly goose.") } else { alert("Sorry, you got it wrong, it was" +" "+ X) } But by the end of this series, you'll be making stuff MORE advanced then that RNG Game and maybe even graduate Scratch itself. Join me for my first Tutorial.
Contact me in the comment section below. You don't have to heart or like, I'm just spreading coding knowledge for free.