Array.of
creates an array with the given arguments as elements
- dont mix it up with
Array(10)
, where the argument is the array length - puts all arguments into array elements
- takes any kind and number of arguments