Change docs to randomInt

This commit is contained in:
Sam El-Husseini
2018-04-21 10:52:09 -07:00
parent 99a28e59f1
commit 6b9e78d269
61 changed files with 152 additions and 152 deletions

View File

@ -24,14 +24,14 @@ input.onButtonPressed(Button.A, () => {
```blocks
let randomNumber = Math.random(10)
let randomNumber = Math.randomInt(10)
```
## 4.
If the rectangle below represents the @boardname@, shade the areas that will be displayed. Explain why that particular area is shaded.
```blocks
let randomNumber = Math.random(10)
let randomNumber = Math.randomInt(10)
```