11 lines
160 B
Markdown
11 lines
160 B
Markdown
importance: 3
|
|
|
|
---
|
|
|
|
# A random array value
|
|
|
|
Write the code to `alert` a random value from the array:
|
|
|
|
```js
|
|
let arr = ["Apple", "Orange", "Pear", "Lemon"];
|
|
```
|