Random: A Race Nobody Can Predict
Two racers, and even you don't know who wins. Math.random() gives a surprise number every time you press Run.
What you'll learn
Use random numbers to make your program different each run.
New command
Math.floor(Math.random() * 150)
๐ป Code Editorjs
๐ฌ
Press Run Code to see your creation!