Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Arrays

Create an array called bunnies that contains the names of six bunnies.

  • Add a new bunny called Mario to the end of the array.

  • Remove the bunny called Lucy from the array.

  • Add a new bunny called Luigi to the beginning of the array.