Search
Create an array named geniuses with the following elements: "Tesla", "Einstein" and "Newton".
geniuses
"Tesla"
"Einstein"
"Newton"
Log the value of the object geniuses to the console.