Change docs to randomInt
This commit is contained in:
@ -22,7 +22,7 @@ Learn how to use an if statements to run code run code depending on whether a co
|
||||
```cards
|
||||
input.onGesture(Gesture.Shake, () => {})
|
||||
let x = 0
|
||||
Math.random(3)
|
||||
Math.randomInt(3)
|
||||
if (true) {}
|
||||
basic.showLeds(`
|
||||
. . . . .
|
||||
|
Reference in New Issue
Block a user