Like this: ``` array = [ 'foo' => 1, 'bar' => 2, 'foo'=> 3, ]; ```
Like this: