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